2018-01-12 21:48:58 +01:00
|
|
|
boost-lutin
|
|
|
|
===================
|
|
|
|
|
2018-01-11 09:55:44 +01:00
|
|
|
boost lutin wrapper
|
2018-01-12 21:48:58 +01:00
|
|
|
|
|
|
|
|
|
|
|
update new release
|
|
|
|
|
|
|
|
download the new vertion:
|
|
|
|
```
|
|
|
|
http://www.boost.org/users/history/
|
|
|
|
```
|
|
|
|
|
|
|
|
unzip in the boost path
|
|
|
|
|
|
|
|
==> request boost to generate all list of files:
|
|
|
|
|
|
|
|
```
|
|
|
|
cd boost
|
|
|
|
./bootstrap.sh
|
|
|
|
./b2 -a -n -j1 > ../build.txt
|
|
|
|
# update vertion in the next script:
|
|
|
|
./parseBuildOutputToLutin.py build.txt boost
|
|
|
|
```
|
|
|
|
|
|
|
|
|