Changes between Version 5 and Version 6 of TryModBoost
- Timestamp:
- May 23, 2013, 3:02:39 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TryModBoost
v5 v6 1 1 = 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]. ||4 2 5 3 == Prerequisites == … … 7 5 * Git command line client installed 8 6 * A C++ compiler installed 9 * [http://www.cmake.org/CMake CMake] installed. '''The plan is to eliminate this prerequisite before the actual conversion.'''10 7 11 8 == Installing Modular Boost == … … 14 11 15 12 {{{ 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 13 git clone --recursive http://github.com/boostorg/boost modular-boost 20 14 }}} 15 16 || '''Warning: The build tools are not working as of the moment, so the remaining instructions on this page don't work yet.''' || 21 17 22 18 From this point on, modularized Boost behaves a lot like pre-modularized Boost.