Update README.md

This commit is contained in:
Stephen Seo 2020-01-13 19:26:05 +09:00
parent 83392fc916
commit a3da8334e4

View file

@ -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