-
Notifications
You must be signed in to change notification settings - Fork 5
Building
greenboxal edited this page Nov 24, 2012
·
5 revisions
Work in progress. This page will explain the basics on how to build FimbulwinterClient.
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
CMake variable: BOOST_ROOT TBD
CMake variable: SFML_ROOT TBD
CMake variable: GLM_ROOT TBD
CMake variable: GLEW_ROOT TBD
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.
We use CMake as build system, it will automatically search for dependencies, if not found you should supply them manually.