Difference between revisions of "Executing VDrift"

From VDrift
Jump to: navigation, search
m (1 revision: Import from old wiki (on 15 May 2012))
 
m (Formatting style updates)
 
Line 1: Line 1:
Executing VDrift is easier if VDrift is installed. See [[Installing VDrift]].
+
Executing VDrift is easier if VDrift is installed. See [[Installing]].
  
 
Executing VDrift may make it necessary to adapt VDrift to personal preferences. See [[Configuring VDrift]].
 
Executing VDrift may make it necessary to adapt VDrift to personal preferences. See [[Configuring VDrift]].
Line 5: Line 5:
 
Executing VDrift is different depending on which operating system it is run. So follow the applicable paragraph.
 
Executing VDrift is different depending on which operating system it is run. So follow the applicable paragraph.
  
= Executing VDrift on Linux =
+
__TOC__
 +
<div class="mw-collapsible mw-collapsed">
 +
==Windows==
 +
<div class="mw-collapsible-content">
 +
===Executing a Not Installed VDrift===
 +
If VDrift was not installed, compilation has still generated a executable binary file. To run VDrift on Windows, you just need to double-click on the file '''vdrift.exe''' in the root VDrift directory.
  
== Executing a Not Installed VDrift on Linux ==
+
===Executing an Installed VDrift===
 +
[[Project:Todo|Todo]]
 +
</div></div>
  
If VDrift was not installed, compilation has still generated a executable binary file under <tt>build/</tt>. Execute it with:
+
<div class="mw-collapsible mw-collapsed">
 +
==OS X==
 +
<div class="mw-collapsible-content">
 +
[[Project:Todo|Todo]]
 +
</div></div>
  
 +
<div class="mw-collapsible mw-collapsed">
 +
==Linux==
 +
<div class="mw-collapsible-content">
 +
===Executing a Not Installed VDrift===
 +
If VDrift was not installed, compilation has still generated a executable binary file under '''build/'''. Execute it with:
 
   build/vdrift
 
   build/vdrift
  
== Executing an Installed VDrift on Linux ==
+
===Executing an Installed VDrift===
 
 
 
For release 2009-02-15 and earlier, if you used the default install locations, VDrift can be run with the command:
 
For release 2009-02-15 and earlier, if you used the default install locations, VDrift can be run with the command:
 
 
  /usr/share/games/vdrift/bin/vdrift
 
  /usr/share/games/vdrift/bin/vdrift
 
 
For release 2009-06-15 and later, if you used the default install locations, VDrift can be run with the command:
 
For release 2009-06-15 and later, if you used the default install locations, VDrift can be run with the command:
 
 
  /usr/local/bin/vdrift
 
  /usr/local/bin/vdrift
 
 
In either case VDrift should get executed by
 
In either case VDrift should get executed by
 
 
   vdrift
 
   vdrift
 +
</div></div>
  
= Executing VDrift on Windows =
+
<div class="mw-collapsible mw-collapsed">
 
+
==FreeBSD==
== Executing a Not Installed VDrift on Windows ==
+
<div class="mw-collapsible-content">
 
+
[[Project:Todo|Todo]]
If VDrift was not installed, compilation has still generated a executable binary file. To run VDrift on Windows, you just need to double-click on the file '''vdrift.exe''' in the root VDrift directory.
+
</div></div>
 
 
== Executing an Installed VDrift on Windows ==
 
 
 
{{note|We do not have information on this, yet. If you can, please contribute.}}
 
 
 
= Executing VDrift on Mac OS =
 
 
 
{{note|We do not have information on this, yet. If you can, please contribute.}}
 

Latest revision as of 06:33, 27 August 2012

Executing VDrift is easier if VDrift is installed. See Installing.

Executing VDrift may make it necessary to adapt VDrift to personal preferences. See Configuring VDrift.

Executing VDrift is different depending on which operating system it is run. So follow the applicable paragraph.

Windows

Executing a Not Installed VDrift

If VDrift was not installed, compilation has still generated a executable binary file. To run VDrift on Windows, you just need to double-click on the file vdrift.exe in the root VDrift directory.

Executing an Installed VDrift

Todo

OS X

Linux

Executing a Not Installed VDrift

If VDrift was not installed, compilation has still generated a executable binary file under build/. Execute it with:

 build/vdrift

Executing an Installed VDrift

For release 2009-02-15 and earlier, if you used the default install locations, VDrift can be run with the command:

/usr/share/games/vdrift/bin/vdrift

For release 2009-06-15 and later, if you used the default install locations, VDrift can be run with the command:

/usr/local/bin/vdrift

In either case VDrift should get executed by

 vdrift

FreeBSD