diff options
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/INSTALL.LINUX | 2 | ||||
-rw-r--r-- | cpp/INSTALL.MACOSX | 2 | ||||
-rw-r--r-- | cpp/INSTALL.SOLARIS | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/cpp/INSTALL.LINUX b/cpp/INSTALL.LINUX index 744cd9063c4..1a6c5c345cc 100644 --- a/cpp/INSTALL.LINUX +++ b/cpp/INSTALL.LINUX @@ -35,6 +35,7 @@ Ice has dependencies on a number of third-party libraries: - OpenSSL 0.9.7 or later (OpenSSL 0.9.8 or later recommended) - bzip2 1.0.x - mcpp 2.7.2 (with patches) +- QT 4.5.3 (optional) Some of these packages may have been included in your Linux distribution. For those packages that are not installed or have an @@ -58,6 +59,7 @@ expat http://expat.sourceforge.net OpenSSL http://www.openssl.org bzip2 http://sources.redhat.com/bzip2 mcpp http://mcpp.sourceforge.net +QT http://qt.nokia.com On RHEL 4, Ice also requires the nptl-devel package, which contains the function pthread_condattr_setclock. It is necessary to link with diff --git a/cpp/INSTALL.MACOSX b/cpp/INSTALL.MACOSX index b05c7de4105..3233f8a72d4 100644 --- a/cpp/INSTALL.MACOSX +++ b/cpp/INSTALL.MACOSX @@ -27,6 +27,7 @@ Ice has dependencies on a number of third-party libraries: - OpenSSL 0.9.7 or later (OpenSSL 0.9.8 or later recommended) - bzip2 1.0.x - mcpp 2.7.2 (with patches) +- QT 4.5.3 (optional) Some of these packages are included with your system. For those packages that are not installed or have an older version than what @@ -47,6 +48,7 @@ expat http://expat.sourceforge.net OpenSSL http://www.openssl.org bzip2 http://sources.redhat.com/bzip2 mcpp http://mcpp.sourceforge.net +QT http://qt.nokia.com ====================================================================== diff --git a/cpp/INSTALL.SOLARIS b/cpp/INSTALL.SOLARIS index 1184331a569..dfaf780dd8e 100644 --- a/cpp/INSTALL.SOLARIS +++ b/cpp/INSTALL.SOLARIS @@ -37,6 +37,7 @@ Ice has dependencies on a number of third-party libraries: - bzip2 1.0.x - mcpp 2.7.2 (with patches) - libiconv 1.13.1 (x86/x64 only) +- QT 4.5.3 (optional) We recommend downloading the Ice third-party source archive from @@ -55,6 +56,7 @@ OpenSSL http://www.openssl.org bzip2 http://sources.redhat.com/bzip2 mcpp http://mcpp.sourceforge.net libiconv http://www.gnu.org/software/libiconv +QT http://qt.nokia.com GNU Make 3.80 |