mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-01-14 09:57:56 +08:00
pull request #35 from finblarr:patch-1
fix build directory, within repo tree
This commit is contained in:
parent
033677cc1a
commit
a70b00750d
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,6 +1,6 @@
|
|||||||
|
/build/
|
||||||
*.pyc
|
*.pyc
|
||||||
*.swp
|
*.swp
|
||||||
|
|
||||||
*.actual
|
*.actual
|
||||||
*.actual-rewrite
|
*.actual-rewrite
|
||||||
*.process-output
|
*.process-output
|
||||||
|
@ -62,9 +62,9 @@ Steps for generating solution/makefiles using `cmake-gui`:
|
|||||||
|
|
||||||
Alternatively, from the command-line on Unix in the source directory:
|
Alternatively, from the command-line on Unix in the source directory:
|
||||||
|
|
||||||
mkdir -p ../build/debug
|
mkdir -p build/debug
|
||||||
cd ../build/debug
|
cd build/debug
|
||||||
cmake -DCMAKE_BUILD_TYPE=debug -DJSONCPP_LIB_BUILD_SHARED=OFF -G "Unix Makefiles" ../../jsoncpp/src
|
cmake -DCMAKE_BUILD_TYPE=debug -DJSONCPP_LIB_BUILD_SHARED=OFF -G "Unix Makefiles" ../..
|
||||||
make
|
make
|
||||||
|
|
||||||
Running `cmake -`" will display the list of available generators (passed using
|
Running `cmake -`" will display the list of available generators (passed using
|
||||||
|
Loading…
x
Reference in New Issue
Block a user