Developer:How to build dependencies

From Devoid - The RTS Game

Jump to: navigation, search

boost:

  • download boost from boost.org
  • download bjam tool and save it to somedir
  • add somedir to your path variable
  • launch cmd
  • cd to the boost's dir
  • bjam --toolset=gcc stage
  • go for a walk, it WILL take a lot of time

luabind:

  • get patches from ogre forums

yake:

  • download from svn
  • edit scripts/premake/deps.lua, and change every occurence of 'mgw34' to 'mgw42' [if you're using gcc 4.2.x]
  • launch cmd
  • go to the scripts/cb_gnu_win
  • build.cmd
  • launch just created yake.workspace
  • build in cb
tools