From b548cdf49c122a92a0e94c4afd41d731ab665240 Mon Sep 17 00:00:00 2001 From: Alexey Kruchinin Date: Wed, 6 Aug 2014 23:24:34 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4da5a11..6af343f 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ 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 + cmake -DCMAKE_BUILD_TYPE=debug -DJSONCPP_LIB_BUILD_SHARED=OFF -G "Unix Makefiles" ../../jsoncpp/src make Running `cmake -`" will display the list of available generators (passed using