Merge pull request #276 from bmyerz/master

make the unix cmake example work
This commit is contained in:
Christopher Dunn 2015-05-21 00:47:35 -05:00
commit 3f05b1a897

View File

@ -94,7 +94,7 @@ Alternatively, from the command-line on Unix in the source directory:
mkdir -p build/debug mkdir -p build/debug
cd build/debug cd build/debug
cmake -DCMAKE_BUILD_TYPE=debug -DBUILD_STATIC_LIBS=ON -DBUILD_SHARED_LIBS=OFF -G "Unix Makefiles" ../.. cmake -DCMAKE_BUILD_TYPE=debug -DBUILD_STATIC_LIBS=ON -DBUILD_SHARED_LIBS=OFF -DARCHIVE_INSTALL_DIR=. -G "Unix Makefiles" ../..
make make
Running `cmake -h` will display the list of available generators (passed using Running `cmake -h` will display the list of available generators (passed using