Update README.md

This commit is contained in:
Stephen Seo 2020-01-13 18:47:22 +09:00
parent 43a60e5826
commit 76a7872e4a

View file

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