]> git.seodisparate.com - UDPConnection/commitdiff
Update README.md
authorStephen Seo <seo.disparate@gmail.com>
Mon, 13 Jan 2020 10:26:05 +0000 (19:26 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Mon, 13 Jan 2020 10:26:05 +0000 (19:26 +0900)
README.md

index 76d5552f7be2d8560d3c2cfa9ba63ea8a2f989ff..89eff46cf2393b4b30bd331704ff9d5b2e9311d5 100644 (file)
--- a/README.md
+++ b/README.md
@@ -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