diff options
Diffstat (limited to 'cpp/INSTALL.SOLARIS')
-rw-r--r-- | cpp/INSTALL.SOLARIS | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/cpp/INSTALL.SOLARIS b/cpp/INSTALL.SOLARIS index 19a83794945..ee55c584d04 100644 --- a/cpp/INSTALL.SOLARIS +++ b/cpp/INSTALL.SOLARIS @@ -65,6 +65,23 @@ http://www.sun.com/download/index.jsp?cat=Security&tab=3&subcat=Cryptography%20% This kit is required to run the IceSSL tests successfully. +- mcpp 2.6.4, which can be downloaded from + + http://mcpp.sourceforge.net/download.html + + After downloading and unpacking the source distribution it is + necessary to first apply a source patch available on the Ice + download page before building. From the mcpp 2.6.4 base directory + run + + patch -p0 < mcpp-2.6.4.patch + + Ice requires the library version of mcpp, so configure mcpp similar + to the following + + ./configure CC=cc CXX=CC --enable-mcpplib --enable-shared + (and --prefix=<dir> if you like) + GNU Make 3.80 ------------- |