Skip to content

Commit e25fb53

Browse files
committed
Path for pkg-config
See #497, bottom comment.
1 parent f700fe4 commit e25fb53

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: README.md

+4
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,10 @@ Alternatively, from the command-line on Unix in the source directory:
9797
cmake -DCMAKE_BUILD_TYPE=debug -DBUILD_STATIC_LIBS=ON -DBUILD_SHARED_LIBS=OFF -DARCHIVE_INSTALL_DIR=. -G "Unix Makefiles" ../..
9898
make
9999

100+
For a good pkg-config file, add:
101+
102+
-DCMAKE_INSTALL_INCLUDEDIR=include/jsoncpp
103+
100104
Running `cmake -h` will display the list of available generators (passed using
101105
the `-G` option).
102106

0 commit comments

Comments
 (0)