Difference between revisions of "Installing"

From VDrift
Jump to: navigation, search
m (1 revision: Import from old wiki (on 15 May 2012))
 
(Combine all installing pages, using collapsing sections)
 
Line 1: Line 1:
#REDIRECT [[Installing VDrift]]
+
This page describes how to install the latest VDrift package. It assumes you have [[Downloading|downloaded the latest release]].
 +
 
 +
__TOC__
 +
<div class="mw-collapsible mw-collapsed">
 +
==Windows==
 +
<div class="mw-collapsible-content">
 +
* Double click the '''vdrift-''yyyy-mm-dd''.exe''' file (probably in your '''Downloads''' folder).
 +
* Follow the instructions in the wizard that opens.
 +
* Start VDrift from the Start menu (if you have chosen to install the shortcuts).
 +
</div></div>
 +
 
 +
<div class="mw-collapsible mw-collapsed">
 +
==OS X==
 +
<div class="mw-collapsible-content">
 +
* If your browser hasn't automatically opened it, double click the '''vdrift-mac-''yyyy-mm-dd''.dmg''' file (probably in your '''Downloads''' folder).
 +
* Drag or copy the '''VDrift''' application from the resulting mounted disk image named '''VDrift''' to your '''Applications''' folder.
 +
* Double-click the '''VDrift''' application now found in your '''Applications''' folder.
 +
</div></div>
 +
 
 +
<div class="mw-collapsible mw-collapsed">
 +
==Linux==
 +
<div class="mw-collapsible-content">
 +
VDrift hasn't been released with a standalone binary package for several releases. If you think you could help us with this, please post in the forums!
 +
</div></div>
 +
 
 +
<div class="mw-collapsible mw-collapsed">
 +
==FreeBSD==
 +
<div class="mw-collapsible-content">
 +
To install the binary package, just use '''pkg_add''':
 +
pkg_add -r vdrift
 +
{{note|If you choose install vdrift from packages, you must install vdrift-data from FreeBSD ports tree, because this is not available as package.}}
 +
cd /usr/ports/games/vdrift-data && make install clean clean-depends
 +
</div></div>
 +
 
 +
[[Category:Installation]]

Latest revision as of 13:15, 26 August 2012

This page describes how to install the latest VDrift package. It assumes you have downloaded the latest release.

Windows

  • Double click the vdrift-yyyy-mm-dd.exe file (probably in your Downloads folder).
  • Follow the instructions in the wizard that opens.
  • Start VDrift from the Start menu (if you have chosen to install the shortcuts).

OS X

  • If your browser hasn't automatically opened it, double click the vdrift-mac-yyyy-mm-dd.dmg file (probably in your Downloads folder).
  • Drag or copy the VDrift application from the resulting mounted disk image named VDrift to your Applications folder.
  • Double-click the VDrift application now found in your Applications folder.

Linux

VDrift hasn't been released with a standalone binary package for several releases. If you think you could help us with this, please post in the forums!

FreeBSD

To install the binary package, just use pkg_add:

pkg_add -r vdrift
Note: If you choose install vdrift from packages, you must install vdrift-data from FreeBSD ports tree, because this is not available as package.
cd /usr/ports/games/vdrift-data && make install clean clean-depends