Requirements
This package contains an implementation of the OGS API written in C++. You will need the following software installed on your system to build it.
- An ISO/ANSI C++ compiler.
- The Boost C++ Library.
The Boost C++ Library is available from wwww.boost.org.
To generate the API Reference documentation, you will also need the following software.
- Doxygen (version 1.2.18 or higher)
Doxygen is available from www.doxygen.org. The API Reference documentation may be generated using the 'make doc' command after configuring the package.
