summaryrefslogtreecommitdiff
path: root/cpp/README.rhel3
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/README.rhel3')
-rw-r--r--cpp/README.rhel315
1 files changed, 15 insertions, 0 deletions
diff --git a/cpp/README.rhel3 b/cpp/README.rhel3
new file mode 100644
index 0000000000..17e0c0ed87
--- /dev/null
+++ b/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
+