Update README.md
This commit is contained in:
parent
83392fc916
commit
a3da8334e4
1 changed files with 9 additions and 0 deletions
|
@ -15,12 +15,21 @@ created by invoking `doxygen Doxyfile` in the root directory of the project.
|
|||
|
||||
## Compiling
|
||||
|
||||
### Release builds
|
||||
|
||||
mkdir buildRelease
|
||||
cd buildRelease
|
||||
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_SHARED_LIBS=True ..
|
||||
make
|
||||
make DESTDIR=install_destination install
|
||||
|
||||
### Debug builds
|
||||
|
||||
mkdir buildDebug
|
||||
cd buildDebug
|
||||
cmake -DCMAKE_BUILD_TYPE=Debug ..
|
||||
make
|
||||
|
||||
## Usage
|
||||
|
||||
The program in `src/test/UDPC_NetworkTest.c` is used for testing UDPConnection
|
||||
|
|
Loading…
Reference in a new issue