Merge pull request #22 from AlexeyKruchinin/patch-1

Update README.md
This commit is contained in:
Christopher Dunn 2014-08-13 01:01:37 -07:00
commit 35e4f2abd6

View File

@ -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