Updated README.md
This commit is contained in:
parent
be8ac2f837
commit
9b5281520d
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ Create a build directory.
|
||||||
`mkdir build`
|
`mkdir build`
|
||||||
|
|
||||||
Generate makefile with CMake.
|
Generate makefile with CMake.
|
||||||
`cd build`
|
`cd build`
|
||||||
`cmake -DCMAKE_INSTALL_PREFIX=./install -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=True ../src`
|
`cmake -DCMAKE_INSTALL_PREFIX=./install -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=True ../src`
|
||||||
|
|
||||||
Build the project.
|
Build the project.
|
||||||
|
|
Loading…
Reference in a new issue