Added some infos on how to build the documentation.

This commit is contained in:
Eiyeron Fulmincendii 2016-04-06 23:07:19 +02:00
parent 6db0aa2095
commit d2e93dcba6

View File

@ -77,3 +77,11 @@ for 64 bits systems
VISUAL C++ USERS VISUAL C++ USERS
......................................................... .........................................................
Open squirrel.dsw from the root project directory and build(dho!) Open squirrel.dsw from the root project directory and build(dho!)
DOCUMENTATION GENERATION
.........................................................
To be able to compile the documentation, make sure that you have Python
installed and the packages sphinx and sphinx_rtd_theme. Browse into doc/
and use either the Makefile for GCC-based platforms or make.bat for
Windows platforms.