From d469a7c8812dca1f81c6a48dd2e965d6f8927770 Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Wed, 30 Jul 2008 18:25:14 +0000 Subject: 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@681164 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/boost-1.32-support/README | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 qpid/cpp/boost-1.32-support/README (limited to 'qpid/cpp/boost-1.32-support/README') diff --git a/qpid/cpp/boost-1.32-support/README b/qpid/cpp/boost-1.32-support/README new file mode 100644 index 0000000000..3c0edc8697 --- /dev/null +++ b/qpid/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. -- cgit v1.2.1