Changes between Version 16 and Version 17 of CMakeConfigAndBuild


Ignore:
Timestamp:
Nov 2, 2008, 1:54:12 PM (14 years ago)
Author:
imikejackson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CMakeConfigAndBuild

    v16 v17  
    1313 
    1414== 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]. 
     15To 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]. 
    1616
    1717On unix:
    1818  {{{
    1919mkdir $BOOST
    20 svn co http://svn.boost.org/svn/boost $BOOST/src
     20svn co http://svn.boost.org/svn/boost/trunk $BOOST/src
    2121  }}}
    2222