Changes between Version 24 and Version 25 of MussaglBuild
- Timestamp:
- 08/08/2008 03:32:31 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MussaglBuild
v24 v25 32 32 == Boost == 33 33 34 NOTE: The following directions are for Boost 1.33.1... We are currently working on migrating to Boost 1.34 w/ Python 2.5, which looks like it will take bit of effort to get it to work properly. This documentation will be updated once we have it working.35 36 34 Boost is more challenging to build. First one needs to obtain [http://sourceforge.net/project/showfiles.php?group_id=7586&package_id=72941 BJam] for ones platform. Then if one has limited disk space one might need to limit which libraries that are built. Currently we're using: program_options, test, python, spirit, filesystem and some of the string processing algorithms. 37 35 38 36 For windows users there's a copy of a build tree at http://woldlab.caltech.edu/~diane/proj/win32-boost-mingw-build.tar.bz2 39 37 40 Example command(s) for building boost from source(building only parts used by Mussa):38 Example command(s) for building boost 1.33 from source for windows (building only parts used by Mussa): 41 39 42 40 Win32 w/ Mingw