summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2008-05-20 08:38:47 -0230
committerDwayne Boone <dwayne@zeroc.com>2008-05-20 08:38:47 -0230
commit6e1517dbfa6cfc83e8484deab045a99cd0faeef1 (patch)
tree3de257d9f7c0bcf513d4d5a3617349dcf42da064
parentAdded missing python file (diff)
downloadice-6e1517dbfa6cfc83e8484deab045a99cd0faeef1.tar.bz2
ice-6e1517dbfa6cfc83e8484deab045a99cd0faeef1.tar.xz
ice-6e1517dbfa6cfc83e8484deab045a99cd0faeef1.zip
Bug 3211 - mention second mcpp patch
-rw-r--r--distribution/src/thirdparty/README9
1 files changed, 5 insertions, 4 deletions
diff --git a/distribution/src/thirdparty/README b/distribution/src/thirdparty/README
index 69c20bf4737..59b2053dbb3 100644
--- a/distribution/src/thirdparty/README
+++ b/distribution/src/thirdparty/README
@@ -28,15 +28,16 @@ Patches
mcpp
----
-The file mcpp-2.7.patch in this archive contains several important
-fixes required by Ice. We expect that all these fixes will be
-included in mcpp 2.7.1.
+The files mcpp-2.7.patch and mcpp-2.7.patch2 in this archive contain
+several important fixes required by Ice. We expect that all these
+fixes will be included in mcpp 2.7.1.
After extracting the mcpp source distribution, change to the top-level
-directory and apply the patch as shown below:
+directory and apply the patches as shown below:
$ cd mcpp-2.7
$ patch -p0 < ../mcpp-2.7.patch
+ $ patch -p0 < ../mcpp-2.7.patch2
Follow the platform-specific instructions below for configuring and
building mcpp.