LGPL-V2.1
See the included lgpl-2.1.txt for the complete license agreement.
./autogen.sh --build
./configure --enable-shared=no
make
- ncurses (optional)
To make doxygen documentation in the doxygen folder, run the following command:
make docs
To view the documentation, cd into the doxygen/html/ directory and open the index.html file in a browser window.