Skip to content

Commit a70b007

Browse files
finbarrtimberscdunn2001
authored andcommitted
pull request #35 from finblarr:patch-1
fix build directory, within repo tree
1 parent 033677c commit a70b007

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: .gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1+
/build/
12
*.pyc
23
*.swp
3-
44
*.actual
55
*.actual-rewrite
66
*.process-output

Diff for: README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ Steps for generating solution/makefiles using `cmake-gui`:
6262

6363
Alternatively, from the command-line on Unix in the source directory:
6464

65-
mkdir -p ../build/debug
66-
cd ../build/debug
67-
cmake -DCMAKE_BUILD_TYPE=debug -DJSONCPP_LIB_BUILD_SHARED=OFF -G "Unix Makefiles" ../../jsoncpp/src
65+
mkdir -p build/debug
66+
cd build/debug
67+
cmake -DCMAKE_BUILD_TYPE=debug -DJSONCPP_LIB_BUILD_SHARED=OFF -G "Unix Makefiles" ../..
6868
make
6969

7070
Running `cmake -`" will display the list of available generators (passed using

0 commit comments

Comments
 (0)