Skip to content

Latest commit

 

History

History

The "modern" libtcod docs. This generates the documentation found on ReadTheDocs. You can find the classic 1.6.4 docs here.

This documentation can be built with the following instructions:

  • Install Doxygen and make sure it is added to your PATH.
  • Install Python 3.
  • Install the Python requirements by running the following command in this directory:
    pip3 install -r requirements.txt

Then you can build the documentation with:

make html

This will populate the _build/html directory.