Skip to content

Commit 3f05b1a

Browse files
committed
Merge pull request open-source-parsers#276 from bmyerz/master
make the unix cmake example work
2 parents de2c85f + d57ac97 commit 3f05b1a

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
@@ -94,7 +94,7 @@ Alternatively, from the command-line on Unix in the source directory:
9494

9595
mkdir -p build/debug
9696
cd build/debug
97-
cmake -DCMAKE_BUILD_TYPE=debug -DBUILD_STATIC_LIBS=ON -DBUILD_SHARED_LIBS=OFF -G "Unix Makefiles" ../..
97+
cmake -DCMAKE_BUILD_TYPE=debug -DBUILD_STATIC_LIBS=ON -DBUILD_SHARED_LIBS=OFF -DARCHIVE_INSTALL_DIR=. -G "Unix Makefiles" ../..
9898
make
9999

100100
Running `cmake -h` will display the list of available generators (passed using

0 commit comments

Comments
 (0)