Difference between revisions of "HowTos"

From VsWiki
Jump to: navigation, search
(Miscellaneous)
(Compile the Vega Strike sourcecode: Removed TODO list)
Line 63: Line 63:
 
'''NOTE: vegastrike-devel has moved to SVN. Anonymous CVS is extremely unstable at the moment. It is highly recommended that you use Subversion instead.'''
 
'''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 ==
 
== Compile the Vega Strike sourcecode ==
* [[HowTo:VCPP Compiling|Compiling from CVS under Visual C++]]
+
* [[HowTo:VCPP Compiling|Compiling from SVN under Visual C++]]
* [[HowTo:Cygwin Compiling|Compiling from CVS under Cygwin]]
+
* [[HowTo:Cygwin Compiling|Compiling from SVN under Cygwin]] (may not work--enter at your own risk)
 
* [[HowTo:Compile from CVS|Compiling from SVN under your favourite Unixlike OS]]
 
* [[HowTo:Compile from CVS|Compiling from SVN under your favourite Unixlike OS]]
 
* [[HowTo:Compile on OSX|Compiling from SVN on Mac OSX]]
 
* [[HowTo:Compile on OSX|Compiling from SVN on Mac OSX]]
Line 70: Line 70:
 
** [[HowTo:Use GDB|Debugging on your Unixlike OS using GDB]]
 
** [[HowTo:Use GDB|Debugging on your Unixlike OS 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 05:13, 26 November 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

Miscellaneous HowTos

See Also