Update README.md
This commit is contained in:
parent
43a60e5826
commit
76a7872e4a
1 changed files with 5 additions and 0 deletions
|
@ -14,3 +14,8 @@ in the future.
|
|||
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_SHARED_LIBS=True ..
|
||||
make
|
||||
make DESTDIR=install_destination install
|
||||
|
||||
## Usage
|
||||
|
||||
The program in `src/test/UDPC_NetworkTest.c` is used for testing UDPConnection
|
||||
and is also an example of using the library in a C program.
|
||||
|
|
Loading…
Reference in a new issue