From 3e298ab616597ab3eb6f8859b72651a8b67505b0 Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Fri, 17 Oct 2008 09:41:26 +0000 Subject: QPID-106: SSL support for c++ (broker and client), can be enabled/disabled explictly via --with-ssl/--without-ssl args to configure; by default will build the modules if dependencies are found. See SSL readme file for more details. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@705534 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/INSTALL | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'qpid/cpp/INSTALL') diff --git a/qpid/cpp/INSTALL b/qpid/cpp/INSTALL index 4b73adca19..cacfe90ec9 100644 --- a/qpid/cpp/INSTALL +++ b/qpid/cpp/INSTALL @@ -59,6 +59,10 @@ Optional XML exchange requires: * xqilla (2.0.0) * xerces-c (2.7.0) +Optional SSL support requires: +* nss +* nspr + Qpid has been built using the GNU C++ compiler: * gcc (3.2.3) -- cgit v1.2.1