浏览代码

Added some infos on how to build the documentation.

Eiyeron Fulmincendii 9 年之前
父节点
当前提交
d2e93dcba6
共有 1 个文件被更改,包括 8 次插入0 次删除
  1. 8 0
      COMPILE

+ 8 - 0
COMPILE

@@ -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.