summaryrefslogtreecommitdiff
path: root/qpid/cpp
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2014-05-02 15:13:57 +0000
committerAlan Conway <aconway@apache.org>2014-05-02 15:13:57 +0000
commit3a12f8a561e9a7d8e27d004f6e0b39366c39abbf (patch)
tree99ab689942873861e7b7c3dc53bb5b5ebd6cc279 /qpid/cpp
parent3d724030d4888d98eb1e71be420367806e27fd3e (diff)
downloadqpid-python-3a12f8a561e9a7d8e27d004f6e0b39366c39abbf.tar.gz
QPID-5743: Explain how to use pkg-config to locate proton
Updated INSTALL file. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1591946 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp')
-rw-r--r--qpid/cpp/INSTALL9
1 files changed, 5 insertions, 4 deletions
diff --git a/qpid/cpp/INSTALL b/qpid/cpp/INSTALL
index f68938d5b2..5242dcc33e 100644
--- a/qpid/cpp/INSTALL
+++ b/qpid/cpp/INSTALL
@@ -171,10 +171,11 @@ a source distribution:
Optional support for AMQP 1.0 requires (see AMQP_1.0 for details):
* Qpid proton-c <http://qpid.apache.org/proton> (0.5)
-Note: If you are using a custom installed Proton it is recommended that
-you use version 0.7 or later and use the same install prefix for both Proton
-and Qpid. This is the easiest way that will ensure that Qpid finds and uses
-Proton.
+Note: If Proton is installed in a non-standard location, there are two ways to locate it:
+1. Recommended: use proton 0.7 or later and use the same install prefix
+ for both Proton and Qpid.
+2. Using pkg-config: set the PKG_CONFIG_PATH environment variable to
+ <proton-prefix>/lib[64]/pkgconfig before running cmake.
Optional XML exchange requires:
* xqilla <http://xqilla.sourceforge.net/HomePage> (2.0.0)