mirror of
https://github.com/vcmi/vcmi.git
synced 2025-03-21 21:17:49 +02:00
Add doc build instructions in linux readme
This commit is contained in:
parent
1b3c3ee9ca
commit
651f225ae0
11
README.linux
11
README.linux
@ -93,3 +93,14 @@ Go to /LIB_PATH/vcmi/AI, and type:
|
|||||||
Go to /DATA_PATH/vcmi, and type:
|
Go to /DATA_PATH/vcmi, and type:
|
||||||
ln -s .../trunk/source/config
|
ln -s .../trunk/source/config
|
||||||
ln -s .../trunk/source/Mods
|
ln -s .../trunk/source/Mods
|
||||||
|
|
||||||
|
IV. Compiling documentation
|
||||||
|
|
||||||
|
To compile using Doxygen, the UseDoxygen CMake module must be installed. It can
|
||||||
|
be fetched from: http://tobias.rautenkranz.ch/cmake/doxygen/
|
||||||
|
|
||||||
|
Once UseDoxygen is installed, run:
|
||||||
|
cmake .
|
||||||
|
make doc
|
||||||
|
|
||||||
|
The built documentation will be available from ./doc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user