mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-25 05:41:20 +00:00
add some comments about documentation (what little there is:/)
This commit is contained in:
parent
deadb4d9bc
commit
b1b87b4671
1 changed files with 9 additions and 0 deletions
9
INSTALL
9
INSTALL
|
@ -31,3 +31,12 @@ To only build and install the quakeworld server:
|
|||
./bootstrap
|
||||
./configure --without-clients --without-tools --with-servers=qw
|
||||
make install
|
||||
|
||||
To build documentation (doxygen is required, as is an already configured
|
||||
source tree):
|
||||
cd doc
|
||||
make doc
|
||||
|
||||
Then either point your webbrowser to doxygen/html/index.html, or copy/move
|
||||
doxygen/html to a webserver and point your browser to that. The documentation
|
||||
is currently grossly inadequate, but hopefully it is of some help.
|
||||
|
|
Loading…
Reference in a new issue