diff options
| author | Gordon Sim <gsim@apache.org> | 2008-07-30 18:25:14 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2008-07-30 18:25:14 +0000 |
| commit | 85926059396c2ae3eb501f40c39b8fd71977e7b0 (patch) | |
| tree | 39d4de41b781859db7f447a0e29a99d47aa3e777 /cpp/boost-1.32-support/README | |
| parent | 661b7c237047ba7c9a2c375918042589d5f9f0cb (diff) | |
| download | qpid-python-85926059396c2ae3eb501f40c39b8fd71977e7b0.tar.gz | |
QPID-1162: added patches and additions required to build against boost 1.32. These are not deemed desirable for direct application to the trunk, but can be used to simply update an svn checkout for compilation against that boost version.
Contributed by Mick Goulish and Justin Ross.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@681164 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/boost-1.32-support/README')
| -rw-r--r-- | cpp/boost-1.32-support/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/cpp/boost-1.32-support/README b/cpp/boost-1.32-support/README new file mode 100644 index 0000000000..3c0edc8697 --- /dev/null +++ b/cpp/boost-1.32-support/README @@ -0,0 +1,8 @@ +For example: + +$ cd qpid/cpp/boost-1.32-support # The directory containing this file +$ make apply +[Some untarring and patching] +$ cd .. + +And then build using the normal methods. |
