diff options
author | Steven Shaw <steshaw@apache.org> | 2006-11-30 12:49:10 +0000 |
---|---|---|
committer | Steven Shaw <steshaw@apache.org> | 2006-11-30 12:49:10 +0000 |
commit | 070bdc70d4076677a5f8574b4baafd4f49a01f35 (patch) | |
tree | 45108b78c46482c80aa0f375f0efc6fbc8550868 /cpp/README.rhel3 | |
parent | fe775f203f4ecdbd048820e3fa090a93b3fe252a (diff) | |
download | qpid-python-070bdc70d4076677a5f8574b4baafd4f49a01f35.tar.gz |
Added some comments about building a debug release for RHEL3
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@480911 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/README.rhel3')
-rw-r--r-- | cpp/README.rhel3 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/cpp/README.rhel3 b/cpp/README.rhel3 index 58d1ac765f..7a9989ced9 100644 --- a/cpp/README.rhel3 +++ b/cpp/README.rhel3 @@ -9,6 +9,12 @@ 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.rhel3 @@ -20,3 +26,4 @@ Generate cppclient tarball: or if you want to name the release: $ ./release.client.rhel3 1.0-RC1 + |