next up previous contents index
Next: CMake Up: Required Libraries / Programs Previous: GSL - GNU Scientific   Contents   Index

Boost

Version: 1.32 or lower
Available at: http://www.boost.orghttp://www.boost.org

(NOTE: EMAN2 does not currently support Boost versions above 1.32.)

  1. Installing Boost requires Boost.Jam. Executables and source code for jam can be found at the Boost website.

Installing Boost requires the user to identify a particular toolset to use during compliation. Most UNIX systems will probably use the "gcc" toolset; visit http://www.boost.org/more/getting_started.html#Toolshttp://www.boost.org/more/getting_started.html#Tools for a complete listing.

% bjam "-sTOOLS=gcc" install

Header files from the Boost installation (located in the "boost" subdirectory of the Boost installation (ex. /boost_1_32_0/boost)) must now either be added to the compilers path or copied into an existing location on the path in a subdirectory /boost.

One possibility for this might be: % cp -r boost /usr/include/boost



2013-06-11