c63c724ab809fcc803a7eb8c2e0d635b8e79884a
[alexxy/gromacs.git] / src / external / boost / README
1 Steps to produce minimal version of BOOST:
2 1) Download Boost (current minimal version is derived from 1.55.0)
3 2) Extract
4 3) Edit Boost files to uncomment unnessary includes (search for GMX in minimal version and copy all changes)
5 4) run bcp with required files (currently exception/all.hpp, scoped_ptr.hpp)
6 5) delete source files which are not required. Currently:
7         libs/smart_ptr/src/sp_collector.cpp
8         libs/smart_ptr/src/sp_debug_hooks.cpp
9    Make sure that they are really not needed.If any source files are added make sure to add them to cmake.
10