Forums
use_gcc_34 switch added to build system - Printable Version

+- Forums (https://www.vdrift.net/Forum)
+-- Forum: Project (https://www.vdrift.net/Forum/forumdisplay.php?fid=4)
+--- Forum: Development (https://www.vdrift.net/Forum/forumdisplay.php?fid=9)
+--- Thread: use_gcc_34 switch added to build system (/showthread.php?tid=196)



use_gcc_34 switch added to build system - thelusiv - 04-22-2006

You can compile VDrift using g++-3.4 instead of just g++ in SVN r954 by running scons like this:
Code:
scons use_gcc_34=1

For everyone running Ubuntu, Debian, and all the other distros this affects, I hope this makes building VDrift easier. Smile