the Toast C++ library Git
Brought to you by:
coombez
Send bugs and comments to toast-users@lists.sourceforge.net. If you need to tell cmake about the locations of your boost or python installs, you can do this most easily by either using the cmake GUI (the options will automatically appear once you've selected toast's CMakeLists.txt file) or by passing the -i flag to cmake, which will cause it to prompt you for values. Specify "ON" and "OFF" (all caps) to enable and disable boolean options, for paths simply type the desired path. To tell cmake manually about your boost installation give the -DBOOST_ROOT=/some/path to cmake. In some cases you may need to be more specific with -DBoost_INCLUDEDIR=/some/path and -DBoost_LIBRARYDIR=/some/path. To tell cmake manually about your python installation give the -DPYTHON_INCLUDE_PATH=/some/path and -DPYTHON_LIBRARY=/some/path/libpython.so to cmake. See INSTALL. The unit tests will run by default. To make documentation run doxygen.