Old Method of Compiling on FreeBSD

From VDrift
Revision as of 10:24, 26 August 2012 by Timo 6 (talk | contribs) (4 revisions: Import from old wiki (on 15 May 2012))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Note: This page is deprecated and only kept for future reference. See Installing for current information.

To compile VDrift on FreeBSD, use the ports system.

Latest Release

Simply run make on the vdrift port:

 cd /usr/ports/games/vdrift && make install clean clean-depends

Development Version

First, get the development version.

Next, copy the vdrift and vdrift-data ports to vdrift-devel and vdrift-data-devel:

 cd /usr/ports/games && cp -rf vdrift vdrift-devel && cp -rf vdrift-data vdrift-data-devel

Now to compile, run make on the newly-created vdrift-devel port:

 cd /usr/ports/games/vdrift-devel && make install clean clean-depends