diff options
Diffstat (limited to 'cpp/INSTALL.MACOSX')
-rw-r--r-- | cpp/INSTALL.MACOSX | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/cpp/INSTALL.MACOSX b/cpp/INSTALL.MACOSX index 15552514e14..91ab8d2493f 100644 --- a/cpp/INSTALL.MACOSX +++ b/cpp/INSTALL.MACOSX @@ -35,6 +35,22 @@ Ice has dependencies on a number of third-party libraries: http://sourceforge.net/projects/expat/ +- 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 --enable-mcpplib --enable-shared + (and --prefix=<dir> if you like) ====================================================================== Compilation and Testing |