Changes between Version 16 and Version 17 of CMakeConfigAndBuild
- Timestamp:
- Nov 2, 2008, 1:54:12 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CMakeConfigAndBuild
v16 v17 13 13 14 14 == Check out Boost-CMake == 15 To get a copy of Boost with the CMake build system, retrieve it from the [wiki:BoostSubversion Boost Subversion repository] with the URL http://svn.boost.org/svn/boost ].15 To get a copy of Boost with the CMake build system, retrieve it from the [wiki:BoostSubversion Boost Subversion repository] with the URL http://svn.boost.org/svn/boost/trunk]. 16 16 17 17 On unix: 18 18 {{{ 19 19 mkdir $BOOST 20 svn co http://svn.boost.org/svn/boost $BOOST/src20 svn co http://svn.boost.org/svn/boost/trunk $BOOST/src 21 21 }}} 22 22