Skip to content

Commit d57ac97

Browse files
committed
make the unix make example work
...by setting the archive directory variable
1 parent 5256551 commit d57ac97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Alternatively, from the command-line on Unix in the source directory:
6767

6868
mkdir -p build/debug
6969
cd build/debug
70-
cmake -DCMAKE_BUILD_TYPE=debug -DBUILD_STATIC_LIBS=ON -DBUILD_SHARED_LIBS=OFF -G "Unix Makefiles" ../..
70+
cmake -DCMAKE_BUILD_TYPE=debug -DBUILD_STATIC_LIBS=ON -DBUILD_SHARED_LIBS=OFF -DARCHIVE_INSTALL_DIR=. -G "Unix Makefiles" ../..
7171
make
7272

7373
Running `cmake -`" will display the list of available generators (passed using

0 commit comments

Comments
 (0)