Changes between Initial Version and Version 1 of TryModBoost


Ignore:
Timestamp:
Dec 8, 2012, 3:38:20 PM (10 years ago)
Author:
Beman Dawes
Comment:

Initial commit

Legend:

Unmodified
Added
Removed
Modified
  • TryModBoost

    v1 v1  
     1= Experimenting with Modular Boost =
     2
     3  || The procedure described below will likely change between now and the actual conversion. ||
     4
     5== Prerequisites ==
     6
     7 * Git command line client installed]
     8 * [http://www.cmake.org/CMake CMake] installed.
     9
     10== Installing Modular Boost ==
     11
     12From the command line:
     13
     14{{{
     15git clone http://github.com/boost-lib/boost modular-boost
     16cd modular-boost
     17git submodule update --init
     18cmake -P forward_headers.cmake
     19}}}