diff options
-rw-r--r-- | distribution/src/thirdparty/README | 9 |
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. |