Changes between Version 5 and Version 6 of TryModBoost


Ignore:
Timestamp:
May 23, 2013, 3:02:39 PM (9 years ago)
Author:
Beman Dawes
Comment:

Updated git clone command line and added build warning

Legend:

Unmodified
Added
Removed
Modified
  • TryModBoost

    v5 v6  
    11= Experimenting with Modular Boost =
    2 
    3   || These instructions are presently out-of-date.  We'll update them when we have a new "super-project" repository under http://github.com/boostorg/.  Until then, if you have questions, please post to [https://groups.google.com/forum/?fromgroups#!forum/ryppl-dev the ryppl-dev list]. ||
    42
    53== Prerequisites ==
     
    75 * Git command line client installed
    86 * A C++ compiler installed
    9  * [http://www.cmake.org/CMake CMake] installed. '''The plan is to eliminate this prerequisite before the actual conversion.'''
    107
    118== Installing Modular Boost ==
     
    1411
    1512{{{
    16 git clone http://github.com/boostorg/boost modular-boost
    17 cd modular-boost
    18 git submodule update --init
    19 cmake -P forward_headers.cmake
     13git clone --recursive http://github.com/boostorg/boost modular-boost
    2014}}}
     15
     16  || '''Warning: The build tools are not working as of the moment, so the remaining instructions on this page don't work yet.''' ||
    2117
    2218From this point on, modularized Boost behaves a lot like pre-modularized Boost.