From a70b00750d4114fd739fdfa60dc85bfea3040b20 Mon Sep 17 00:00:00 2001 From: findblar Date: Wed, 10 Sep 2014 10:15:08 -0700 Subject: [PATCH] pull request #35 from finblarr:patch-1 fix build directory, within repo tree --- .gitignore | 2 +- README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index ac925db49..60c4a0b9a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ +/build/ *.pyc *.swp - *.actual *.actual-rewrite *.process-output diff --git a/README.md b/README.md index 6af343fa0..f040c62f6 100644 --- a/README.md +++ b/README.md @@ -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