mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2024-12-26 18:51:04 +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
|
||||
*.swp
|
||||
|
||||
*.actual
|
||||
*.actual-rewrite
|
||||
*.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:
|
||||
|
||||
mkdir -p ../build/debug
|
||||
cd ../build/debug
|
||||
cmake -DCMAKE_BUILD_TYPE=debug -DJSONCPP_LIB_BUILD_SHARED=OFF -G "Unix Makefiles" ../../jsoncpp/src
|
||||
mkdir -p build/debug
|
||||
cd build/debug
|
||||
cmake -DCMAKE_BUILD_TYPE=debug -DJSONCPP_LIB_BUILD_SHARED=OFF -G "Unix Makefiles" ../..
|
||||
make
|
||||
|
||||
Running `cmake -`" will display the list of available generators (passed using
|
||||
|
Loading…
x
Reference in New Issue
Block a user