Updated README.md

This commit is contained in:
Stephen Seo 2017-06-10 22:16:55 +09:00
parent be8ac2f837
commit 9b5281520d

View file

@ -5,7 +5,7 @@ Create a build directory.
`mkdir build`
Generate makefile with CMake.
`cd build`
`cd build`
`cmake -DCMAKE_INSTALL_PREFIX=./install -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=True ../src`
Build the project.