We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5256551 commit d57ac97Copy full SHA for d57ac97
1 file changed
README.md
@@ -67,7 +67,7 @@ Alternatively, from the command-line on Unix in the source directory:
67
68
mkdir -p build/debug
69
cd build/debug
70
- 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" ../..
71
make
72
73
Running `cmake -`" will display the list of available generators (passed using
0 commit comments