Difference between revisions of "Compiling"

From VDrift
Jump to: navigation, search
(Update libraries)
Line 5: Line 5:
 
==Windows==
 
==Windows==
 
<div class="mw-collapsible-content">
 
<div class="mw-collapsible-content">
===Building with Code::Blocks/MinGW===
+
===Building with Code::Blocks/MinGW (obsolete)===
 
* Download the [http://sourceforge.net/projects/mingw/files/ latest MinGW]. When asked to select components for install, you only need the base system and the g++ compiler.
 
* Download the [http://sourceforge.net/projects/mingw/files/ latest MinGW]. When asked to select components for install, you only need the base system and the g++ compiler.
 
* Your PATH Environment Variable should contain the MinGW bin path (e.g. C:\MinGW\bin;).
 
* Your PATH Environment Variable should contain the MinGW bin path (e.g. C:\MinGW\bin;).

Revision as of 08:27, 2 June 2015

This page shows how to compile VDrift from source. It assumes you have downloaded the source code either by getting the source package from the latest release, or by getting the development version.

Windows

OS X

Linux

FreeBSD