diff options
| author | Steven Shaw <steshaw@apache.org> | 2006-11-30 14:18:03 +0000 |
|---|---|---|
| committer | Steven Shaw <steshaw@apache.org> | 2006-11-30 14:18:03 +0000 |
| commit | 4d7f04636758d39a3ef7250cbcc745edb3de7685 (patch) | |
| tree | 7244bc2128d6027cf60c58c27b87cade8c2477eb /cpp/README.rhel3 | |
| parent | 97eabaa7419f61015067d6b3fc29c3317f795b9e (diff) | |
| download | qpid-python-4d7f04636758d39a3ef7250cbcc745edb3de7685.tar.gz | |
Changes for building on RHEL3. Also bundle debug and release libs
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@480934 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/README.rhel3')
| -rw-r--r-- | cpp/README.rhel3 | 26 |
1 files changed, 10 insertions, 16 deletions
diff --git a/cpp/README.rhel3 b/cpp/README.rhel3 index 7a9989ced9..7e0c88512c 100644 --- a/cpp/README.rhel3 +++ b/cpp/README.rhel3 @@ -1,29 +1,23 @@ Building on RHEL3 without access to root (i.e. no yum) ====================================================== -Install make-3.80 into ~/local/make-3.80 +Install or soft link the following: -Install apr-1.2.7 into ~/local/apr-1.2.7. + 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 -Install boost-1.33.1 into ~/local/boost-1.33.1 - -Install cppunit-1.11.4 into ~/local/cppunit-1.11.4 - -If you want a standard release build skip this step. If you want a debug -build do the following: - - 1. Edit options-rhel3.mk. Comment out definition of RELEASE. - 2. Edit release.client.rhel3. Change buildType to "debug". - -Build using the following command: +Build using the following command (builds release and debug profiles): $ ./build.rhel3 -Generate cppclient tarball: +Generate cpp-client tarball (includes release and debug libs): - $ ./release.client.rhel3 + $ ./release.client.rhel3 # will use the svn revision as release number -or if you want to name the release: +or if you want to explicitly name the release version: $ ./release.client.rhel3 1.0-RC1 |
