diff options
author | Steven Shaw <steshaw@apache.org> | 2006-11-21 21:20:01 +0000 |
---|---|---|
committer | Steven Shaw <steshaw@apache.org> | 2006-11-21 21:20:01 +0000 |
commit | f76fc3ae5553d28e87a86c76529ff796dc01e197 (patch) | |
tree | 82a923cf070e11c6598ac7bdf76c8f002d6252ad /cpp/README.rhel3 | |
parent | 376ea0f9210403f93068e29a49934b70c9be4459 (diff) | |
download | qpid-python-f76fc3ae5553d28e87a86c76529ff796dc01e197.tar.gz |
QPID-121 Added script to build a release package of qpid cpp client.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@477895 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 17e0c0ed87..58d1ac765f 100644 --- a/cpp/README.rhel3 +++ b/cpp/README.rhel3 @@ -13,3 +13,10 @@ Build using the following command: $ ./build.rhel3 +Generate cppclient tarball: + + $ ./release.client.rhel3 + +or if you want to name the release: + + $ ./release.client.rhel3 1.0-RC1 |