Skip to content
greenboxal edited this page Nov 24, 2012 · 5 revisions

Work in progress. This page will explain the basics on how to build FimbulwinterClient.

Requeriments

We have few requeriments, I will not explain on how to build/install them(except Awesomium).

  • Boost, 1.41+
  • SFML, bleeding edge
  • GLM, bleeding-edge
  • Glew, latest release
  • Awesomium, 1.7 RC3

Boost

CMake variable: BOOST_ROOT TBD

SFML

CMake variable: SFML_ROOT TBD

GLM

CMake variable: GLM_ROOT TBD

Glew

CMake variable: GLEW_ROOT TBD

Awesomium

CMake variable: AWESOMIUM_ROOT

Download Awesomium SDK v1.7 RC3 here, then extract it somewhere. Set AWESOMIUM_ROOT CMake variable to the path where you extracted Awesomium SDK.

Building

We use CMake as build system, it will automatically search for dependencies, if not found you should supply them manually.

Clone this wiki locally