pull request #35 from finblarr:patch-1

fix build directory, within repo tree
This commit is contained in:
findblar 2014-09-10 10:15:08 -07:00 committed by Christopher Dunn
parent 033677cc1a
commit a70b00750d
2 changed files with 4 additions and 4 deletions

2
.gitignore vendored
View File

@ -1,6 +1,6 @@
/build/
*.pyc
*.swp
*.actual
*.actual-rewrite
*.process-output

View File

@ -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