system requirements

To build and run this software you may need some dependencies installed on your system. In particular you may need some or all of the software mentioned on this page:

a c++ compiler
It is not uncommon that building c++ code involves c++ compiler. I haven't tested many, but gcc is known to work.
a make tool
The make tool is used heavily in the build process. Actually, it builds.
pkg-config
The pkg-config tool is used to find library dependencies and provide configuration to those who depend on us in case of libraries.
dotconf
is used used to parse configuration files.
konforka
is a library with the miscelanneous code, common to these projects.
kingate
provides the CGI functionality.
pcre++
provides the c++ wrapper for the pcre pattern matching.
flex
is used to parse the code.
comments powered by Disqus