From d57ac97db8c8a1480639b42ab8c95a9a79be0493 Mon Sep 17 00:00:00 2001 From: Brandon Myers Date: Mon, 18 May 2015 10:06:21 -0700 Subject: [PATCH] make the unix make example work ...by setting the archive directory variable --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2940852..f48aa24 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ Alternatively, from the command-line on Unix in the source directory: mkdir -p 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 Running `cmake -`" will display the list of available generators (passed using