Difference between revisions of "HowTos"

From VsWiki
Jump to: navigation, search
(Modelling)
(Compile the Vega Strike sourcecode)
Line 68: Line 68:
 
** [[HowTo:Use GDB|Debugging on Linux using GDB]]
 
** [[HowTo:Use GDB|Debugging on Linux using GDB]]
 
** [[HowTo:Use Dr Watson|Debugging on Windows using Dr Watson]]
 
** [[HowTo:Use Dr Watson|Debugging on Windows using Dr Watson]]
 +
TODO
 +
* Compiling from SVN under Visual C++
 +
* Compiling from SVN under Cygwin
 +
* Compiling from SVN under your favourite Unixlike OS
  
 
= Miscellaneous HowTos =
 
= Miscellaneous HowTos =

Revision as of 21:32, 31 August 2006

Wiki Home | FAQ | Manual | Database | HowTos | Development | MODs | Links

Game HowTos

Modelling

This series of How-to articles is intended to take you through the full process of creating a model and adding it to Vega Strike.

Advanced Topics

Artwork

Artwork related Howtos

MODs

Miscellaneous

Sourcecode HowTos

Obtain a copy of the development-version files

NOTE: vegastrike-devel has moved to SVN. Anonymous CVS is extremely unstable at the moment. It is highly recommended that you use Subversion instead.

Compile the Vega Strike sourcecode

TODO

  • Compiling from SVN under Visual C++
  • Compiling from SVN under Cygwin
  • Compiling from SVN under your favourite Unixlike OS

Miscellaneous HowTos

See Also