Combat of Death Documentation Index Page
90
Welcome to our documentation section of Combat of Death. This section is manually created for the developers of Combat of Death to understand what the functions do, and what they're used for, but if you're just interested how Combat of Death looks 'under the hood' you're ofcourse welcome too.
Note that this documentation isn't complete(there are still some functions and classes in the source that aren't documented), they probably will in the future.
We'de like to thank the creators of doxygen for creating doxygen, so that we can use it to generate our documentation and not write it ourselfs.
You can download the source code using subversion( http://subversion.tigris.org ) by executing the following command:
svn co svn://svn.gna.org/svn/combatofdeath/trunk combatofdeath
We first need to create a project, you can do that by typing:
qmake -project
After that you need to generate a makefile
qmake
Add the following text to the end of LIBS = ... to your make file:
-lGLU -L/usr/local/lib -l3ds -lopenal
this will get the GLU libraries from the same place as the qt-library and the other x libraries, and it will get lib3ds and openal from /usr/local/lib
We're now at the fun part, just type:
make
to compile the source
Generated on Fri Aug 12 17:32:02 2005 for Combat of Death by
1.4.0