summaryrefslogtreecommitdiff
path: root/qpid/cpp/README.rhel3
diff options
context:
space:
mode:
authorSteven Shaw <steshaw@apache.org>2006-11-21 19:08:47 +0000
committerSteven Shaw <steshaw@apache.org>2006-11-21 19:08:47 +0000
commitfc6215f5a468f5ccb20e43dcee34e1d68c30d7f7 (patch)
treeddedfdb08b5b21ed14be196cc837739677641c06 /qpid/cpp/README.rhel3
parente3153484cc638260c33cb26aa333156ff3d6c3c1 (diff)
downloadqpid-python-fc6215f5a468f5ccb20e43dcee34e1d68c30d7f7.tar.gz
QPID-120 Enabled qpid-cpp to build on RHEL3 with less pain.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@477826 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/README.rhel3')
-rw-r--r--qpid/cpp/README.rhel315
1 files changed, 15 insertions, 0 deletions
diff --git a/qpid/cpp/README.rhel3 b/qpid/cpp/README.rhel3
new file mode 100644
index 0000000000..17e0c0ed87
--- /dev/null
+++ b/qpid/cpp/README.rhel3
@@ -0,0 +1,15 @@
+Building on RHEL3 without access to root (i.e. no yum)
+======================================================
+
+Install make-3.80 into ~/local/make-3.80
+
+Install apr-1.2.7 into ~/local/apr-1.2.7.
+
+Install boost-1.33.1 into ~/local/boost-1.33.1
+
+Install cppunit-1.11.4 into ~/local/cppunit-1.11.4
+
+Build using the following command:
+
+ $ ./build.rhel3
+