From 3a12f8a561e9a7d8e27d004f6e0b39366c39abbf Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Fri, 2 May 2014 15:13:57 +0000 Subject: 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 --- qpid/cpp/INSTALL | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'qpid/cpp') 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 (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 + /lib[64]/pkgconfig before running cmake. Optional XML exchange requires: * xqilla (2.0.0) -- cgit v1.2.1