Changes between Version 3 and Version 4 of TryModBoost
- Timestamp:
- Feb 10, 2013, 4:55:13 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TryModBoost
v3 v4 7 7 * Git command line client installed 8 8 * A C++ compiler installed 9 * [http://www.cmake.org/CMake CMake] installed. The plan is to eliminate this prerequisite before the actual conversion.9 * [http://www.cmake.org/CMake CMake] installed. '''The plan is to eliminate this prerequisite before the actual conversion.''' 10 10 11 11 == Installing Modular Boost == … … 14 14 15 15 {{{ 16 git clone http://github.com/boost -lib/boost modular-boost16 git clone http://github.com/boostorg/boost modular-boost 17 17 cd modular-boost 18 18 git submodule update --init