diff options
| author | Gordon Sim <gsim@apache.org> | 2008-10-17 09:41:26 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2008-10-17 09:41:26 +0000 |
| commit | 3e298ab616597ab3eb6f8859b72651a8b67505b0 (patch) | |
| tree | 67ba47a1c8862700ce11b44dce9fbd3864fea8f1 /qpid/cpp/INSTALL | |
| parent | b67f0fcee107e921a160ab208256c500b8230261 (diff) | |
| download | qpid-python-3e298ab616597ab3eb6f8859b72651a8b67505b0.tar.gz | |
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
Diffstat (limited to 'qpid/cpp/INSTALL')
| -rw-r--r-- | qpid/cpp/INSTALL | 4 |
1 files changed, 4 insertions, 0 deletions
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 <http://xqilla.sourceforge.net/HomePage> (2.0.0) * xerces-c <http://xerces.apache.org/xerces-c/> (2.7.0) +Optional SSL support requires: +* nss <http://www.mozilla.org/projects/security/pki/nss/> +* nspr <http://www.mozilla.org/projects/nspr/> + Qpid has been built using the GNU C++ compiler: * gcc <http://gcc.gnu.org/> (3.2.3) |
