# # patch "ChangeLog" # from [ac39e611547d7c2b51c8a5da84499767346018f4] # to [ed186b8d1f6dffcc2522a106349621e7c935dad2] # # patch "INSTALL" # from [400eaf8e798d44fce8b0622c88bc324fd31830c2] # to [347e0770a3316aa30c3e9d1519db0ca66988781e] # --- ChangeLog +++ ChangeLog @@ -1,3 +1,7 @@ +2005-06-27 Nathaniel Smith + + * INSTALL: Bump required version of Boost to 1.32. + 2005-06-24 Nathaniel Smith * tests/t_db_kill_rev_locally.at: Clean up style. --- INSTALL +++ INSTALL @@ -13,7 +13,7 @@ * software prerequisites: - a supported C++ compiler: g++ 3.2 or later. - - an installed copy of boost 1.31.0 or later. + - an installed copy of boost 1.32.0 or later. on debian: @@ -49,9 +49,9 @@ assembled this abbreviated bourne shell sequence for advanced users who do not need all the preamble: - wget http://aleron.dl.sourceforge.net/sourceforge/boost/boost_1_31_0.tar.gz - tar -xzf boost_1_31_0.tar.gz - cd boost_1_31_0 + wget http://aleron.dl.sourceforge.net/sourceforge/boost/boost_1_32_0.tar.gz + tar -xzf boost_1_32_0.tar.gz + cd boost_1_32_0 (cd tools/build/jam_src && ./build.sh) BJAM=`find tools/build/jam_src/ -name bjam -a -type f` $BJAM "-sBUILD=release single speed static" @@ -63,13 +63,13 @@ ranlib libs/*.a if this completes successfully, you will have a selection of boost - libraries in boost_1_31_0/libs and boost headers in - boost_1_31_0/boost. you can then either copy the .a files to your - standard library path and the directory "boost_1_31_0/boost" to your + libraries in boost_1_32_0/libs and boost headers in + boost_1_32_0/boost. you can then either copy the .a files to your + standard library path and the directory "boost_1_32_0/boost" to your standard include path, or you can pass additional configuration options to your monotone configure build, such as: - ./configure CPPFLAGS="-Iboost_1_31_0" LDFLAGS="-Lboost_1_31_0/libs" + ./configure CPPFLAGS="-Iboost_1_32_0" LDFLAGS="-Lboost_1_32_0/libs" monotone does not use all of boost -- for instance, people often have trouble building boost.python, which we do not use. you don't