docs(readme): added using library to readme
This commit is contained in:
parent
f664ea73e7
commit
827c93608c
1 changed files with 5 additions and 1 deletions
|
|
@ -65,4 +65,8 @@ Ensure you have the following installed on your system:
|
|||
|
||||
This will both generate the library and test files.
|
||||
|
||||
## Using the library
|
||||
## Using the library
|
||||
|
||||
The library file can be found in the ./build/Release folder as qnet.lib for windows and in ./build folder as libqnet.a for linux. To use the library file you will need to copy the qnet folder containing the header files and follow the setup process for a library in the build system you are using.
|
||||
|
||||
For more info about how to use the library see the documentation folder named docs.
|
||||
Loading…
Add table
Reference in a new issue