Changes between Version 31 and Version 32 of CMakeModularizationStatus
- Timestamp:
- Feb 13, 2012, 5:25:47 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CMakeModularizationStatus
v31 v32 37 37 #!sh 38 38 # get the the modularized boost superproject 39 git clone http://github.com/boost-lib/boost modules39 git clone http://github.com/boost-lib/boost.git modules 40 40 41 41 # Update all the sub-modules … … 45 45 46 46 # get the boost svn mirror 47 git clone http://github.com/ryppl/boost-svn # takes a couple of minutes47 git clone http://github.com/ryppl/boost-svn.git # takes a couple of minutes 48 48 49 49 # get the modularization script 50 git clone http://github.com/ryppl/boost-modularize 50 git clone http://github.com/ryppl/boost-modularize.git 51 51 }}} 52 52