Changes between Version 30 and Version 31 of TryModBoost
- Timestamp:
- Oct 28, 2016, 3:59:43 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TryModBoost
v30 v31 54 54 git clone --recursive git@github.com:boostorg/boost.git modular-boost >clone.log 55 55 cd modular-boost 56 git checkout develop ||: # or whatever branch you want to use 56 57 .\bootstrap 57 58 .\b2 headers … … 63 64 git clone --recursive git@github.com:boostorg/boost.git modular-boost >clone.log 64 65 cd modular-boost 66 git checkout develop ||: # or whatever branch you want to use 65 67 ./bootstrap.sh 66 68 ./b2 headers