Changes between Version 12 and Version 13 of CMakeConfigAndBuild
- Timestamp:
- Mar 6, 2008, 6:11:47 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CMakeConfigAndBuild
v12 v13 13 13 14 14 == Check out Boost-CMake == 15 At present, the CMake build system is developed externally from Boost itself. To get a copy of Boost 1.34.0 with the CMake build system, retrieve it from the [wiki:BoostSubversion Boost Subversion repository] with the URL http://svn.boost.org/svn/boost/sandbox-branches/boost-cmake/boost_1_34_0].15 At present, the CMake build system is developed externally from Boost itself. To get a copy of the Boost release branch with the CMake build system, retrieve it from the [wiki:BoostSubversion Boost Subversion repository] with the URL http://svn.boost.org/svn/boost/branches/CMake/release]. 16 16 17 17 On unix: 18 18 {{{ 19 19 mkdir $BOOST 20 svn co http://svn.boost.org/svn/boost/ sandbox-branches/boost-cmake/boost_1_34_0$BOOST/src20 svn co http://svn.boost.org/svn/boost/branches/CMake/release $BOOST/src 21 21 }}} 22 22