system requirements
The build process requires some additional software to be installed on your system. If you want to build, using the code from the source distribution, you will need:
- a c++ compiler
- Naturally, a c++ compiler is required to build the c++ program. I haven't tested many, but gcc 3.4.0 and 2.95.3 are known to work
- a make tool
- The make tool is used in the build process by auto*-tools suite
- pkg-config
- The pkg-config tool is used to find library dependencies
- dotconf
- The dot-conf configuration parsing library is required to load the configuration
If you intend to build the software as checked out from the source repository, you will also have to install
- gnu autoconf
-
to build the
configurescript - gnu automake
-
to build the
Makefiles