Skip to content

Commit b548cdf

Browse files
author
Alexey Kruchinin
committed
Update README.md
1 parent 3b9b740 commit b548cdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Alternatively, from the command-line on Unix in the source directory:
6464

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

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

0 commit comments

Comments
 (0)