SAGA C++ (Reference) Implementation - Installation - For detailed informations on how to install SAGA, please refer to the SAGA Installation Guide in: docs/manual/installation_guide/ If you have at least the Boost C++ libraries installed on your system you may try the following in the SAGA root directory: $> ./configure --prefix=/INSTALL/DIR --with-boost=/BOOST/DIR/ $> make $> make install These commands try to configure and (if successful) build the SAGA engine with all API packages, the middleware adaptors and the language bindings. You can find installation instructions and for the adaptors in the INSTALL files in the adaptor source directries. Please help us to improve the quality of SAGA and file a bug report if you have encountered any problems with the build system. Our bug-tracking system can be found at: http://saga.cct.lsu.edu/cpp/dev/