You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ac...@apache.org on 2014/05/02 17:13:58 UTC

svn commit: r1591946 - /qpid/trunk/qpid/cpp/INSTALL

Author: aconway
Date: Fri May  2 15:13:57 2014
New Revision: 1591946

URL: http://svn.apache.org/r1591946
Log:
QPID-5743: Explain how to use pkg-config to locate proton

Updated INSTALL file.

Modified:
    qpid/trunk/qpid/cpp/INSTALL

Modified: qpid/trunk/qpid/cpp/INSTALL
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/INSTALL?rev=1591946&r1=1591945&r2=1591946&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/INSTALL (original)
+++ qpid/trunk/qpid/cpp/INSTALL Fri May  2 15:13:57 2014
@@ -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)



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org