Changes between Version 12 and Version 13 of CMakeConfigAndBuild


Ignore:
Timestamp:
Mar 6, 2008, 6:11:47 PM (15 years ago)
Author:
Douglas Gregor
Comment:

Update CMake paths

Legend:

Unmodified
Added
Removed
Modified
  • CMakeConfigAndBuild

    v12 v13  
    1313 
    1414== 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]. 
     15At 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]. 
    1616
    1717On unix:
    1818  {{{
    1919mkdir $BOOST
    20 svn co http://svn.boost.org/svn/boost/sandbox-branches/boost-cmake/boost_1_34_0 $BOOST/src
     20svn co http://svn.boost.org/svn/boost/branches/CMake/release $BOOST/src
    2121  }}}
    2222