<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.vega-strike.org/mediawiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=VSMinisterOfInformation</id>
		<title>VsWiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.vega-strike.org/mediawiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=VSMinisterOfInformation"/>
		<link rel="alternate" type="text/html" href="https://wiki.vega-strike.org/Special:Contributions/VSMinisterOfInformation"/>
		<updated>2026-05-13T14:36:12Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.30.2</generator>

	<entry>
		<id>https://wiki.vega-strike.org/mediawiki/index.php?title=HowTo:Compile_from_SVN_on_Linux&amp;diff=1834</id>
		<title>HowTo:Compile from SVN on Linux</title>
		<link rel="alternate" type="text/html" href="https://wiki.vega-strike.org/mediawiki/index.php?title=HowTo:Compile_from_SVN_on_Linux&amp;diff=1834"/>
				<updated>2005-04-07T06:20:08Z</updated>
		
		<summary type="html">&lt;p&gt;VSMinisterOfInformation: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;!![Vegastrike|VegastrikeWiki]: [Howto|VegastrikeHowtos]: Compile CVS under Linux&lt;br /&gt;
See also VsHowtoCompileCvsCygwin, VsHowtoCompileCvsVcpp&lt;br /&gt;
----&lt;br /&gt;
!Getting the CVS-files:&lt;br /&gt;
&lt;br /&gt;
* checkout these modules&lt;br /&gt;
** data package: data or data4.x&lt;br /&gt;
** code package: vegastrike&lt;br /&gt;
* See VsHowtoCheckoutCvs&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
In order to compile Vegastrike there are a few things to check :&lt;br /&gt;
*make sure you have these packages installed:&lt;br /&gt;
**make&lt;br /&gt;
**gcc&lt;br /&gt;
**automake&lt;br /&gt;
**autoconf&lt;br /&gt;
**X11...&lt;br /&gt;
**libpng + libpng-devel &amp;lt;-- libpng 3 is recommended.&lt;br /&gt;
**python and python-dev &amp;lt;-- 2.2.1&lt;br /&gt;
**expat&lt;br /&gt;
**(lib)jpeg + libjpeg-devel&lt;br /&gt;
**opengl (see below) (you probably already have it)&lt;br /&gt;
**glut + glut-devel&lt;br /&gt;
**openal + openal-devel&lt;br /&gt;
**__inetutils__&lt;br /&gt;
*when using __libpng 1.2__, --with-png-inc=&amp;lt;DIR&amp;gt; is needed&lt;br /&gt;
* to be sure set the data dir to you vs-data dir:&lt;br /&gt;
 ./configure --with-data-dir=&amp;lt;DIR&amp;gt; ........&lt;br /&gt;
*if you don't want to compile with gtk just turn it off:&lt;br /&gt;
 ./configure --enable-nogtk ...........&lt;br /&gt;
*This is nececcary for each compiler version. (See [this|http://vegastrike.sourceforge.net/forums/viewtopic.php?t=1147] thread in the forum)&lt;br /&gt;
 ./configure --enable-boost-128 ...........&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
!Compiling&lt;br /&gt;
The compile procedure should look like the following listing. Remember the configure part depends on above requirements. Though autoconf may not work, if so just skip it.&lt;br /&gt;
 cd ./vegastrike&lt;br /&gt;
 aclocal&lt;br /&gt;
 autoconf&lt;br /&gt;
 autoheader&lt;br /&gt;
 automake -a --add-missing&lt;br /&gt;
 ./configure --enable-boost-128 --enable-debug --enable-ggdb3 --with-data-dir=&amp;lt;DIR&amp;gt;&lt;br /&gt;
 make&lt;br /&gt;
 make install&lt;br /&gt;
&lt;br /&gt;
Note: enable-ggdb3 is only needed if you have a weird incompatible version of gcc and gdb that causes gdb to hang in some cases, such as in my version of debian.&lt;br /&gt;
Note: ggdb3 and debug can both be taken out if you don't want debug symbols and want VS to be faster.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
Copied from VsHowtoCompileCvsCygwin and modified by Ace123 on 2003.07.21.&lt;br /&gt;
----&lt;br /&gt;
Back to VegastrikeHowtos&lt;/div&gt;</summary>
		<author><name>VSMinisterOfInformation</name></author>	</entry>

	</feed>