From f221c402bf4d358753d5c1097ef1d306fec1b35d Mon Sep 17 00:00:00 2001 From: Justin Ross Date: Fri, 25 Oct 2013 20:28:22 +0000 Subject: NO-JIRA: Correct pkg-config example vars git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1535853 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/INSTALL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp') diff --git a/cpp/INSTALL b/cpp/INSTALL index e65a8654dd..e5aed5674d 100644 --- a/cpp/INSTALL +++ b/cpp/INSTALL @@ -238,7 +238,7 @@ Ensure that pkg-config is set up correctly. This is especially important if you have built the dependencies from source, as they may not be installed in the default system location. For example: - # export PKG_CONFIG_PATH=~/qpid-tools/lib/pkgconfig:/usr/local/pkgconfig + # export PKG_CONFIG_PATH=~/qpid-tools/lib/pkgconfig:/usr/local/lib/pkgconfig # export PKG_CONFIG=~/qpid-tools/bin/pkg-config Ensure that the boost libraries are made available on the gcc library path. -- cgit v1.2.1