summaryrefslogtreecommitdiff
path: root/cpp/README.rhel3
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2007-03-14 18:27:17 +0000
committerAlan Conway <aconway@apache.org>2007-03-14 18:27:17 +0000
commitb476f29d6d37d3422dcfbf932397803f66106dec (patch)
treefdbf3c8b9a92278164002257833235b35bda84c0 /cpp/README.rhel3
parenta4a222bc65c235b9be211cdc651ee5a267f27b25 (diff)
downloadqpid-python-b476f29d6d37d3422dcfbf932397803f66106dec.tar.gz
Merged revisions 507729 via svnmerge from
https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid ........ r507729 | aconway | 2007-02-14 17:43:06 -0500 (Wed, 14 Feb 2007) | 8 lines Applied QPID-351 patch 1 with the following mods: - Moved "source distro" instructions in front of "subversion checkout" instructions. - Added instructions on using qpid-autotools-install - Added general blurb with links at top - renamed to README, removed other README-* files. - Updated makefiles (spec file was already OK.) ........ git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@518256 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/README.rhel3')
-rw-r--r--cpp/README.rhel323
1 files changed, 0 insertions, 23 deletions
diff --git a/cpp/README.rhel3 b/cpp/README.rhel3
deleted file mode 100644
index 7e0c88512c..0000000000
--- a/cpp/README.rhel3
+++ /dev/null
@@ -1,23 +0,0 @@
-Building on RHEL3 without access to root (i.e. no yum)
-======================================================
-
-Install or soft link the following:
-
- make-3.80 into ~/local/make-3.80
- apr-1.2.7 into ~/local/apr-1.2.7.
- boost-1.33.1 into ~/local/boost-1.33.1
- cppunit-1.11.4 into ~/local/cppunit-1.11.4
- JDK 5.0 to ~/local/jdk-1.5
-
-Build using the following command (builds release and debug profiles):
-
- $ ./build.rhel3
-
-Generate cpp-client tarball (includes release and debug libs):
-
- $ ./release.client.rhel3 # will use the svn revision as release number
-
-or if you want to explicitly name the release version:
-
- $ ./release.client.rhel3 1.0-RC1
-