Skip to content

Commit

Permalink
pull request open-source-parsers#35 from finblarr:patch-1
Browse files Browse the repository at this point in the history
fix build directory, within repo tree
  • Loading branch information
finbarrtimbers authored and cdunn2001 committed Sep 10, 2014
1 parent 033677c commit a70b007
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/build/
*.pyc
*.swp

*.actual
*.actual-rewrite
*.process-output
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a70b007

Please sign in to comment.