-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
27 lines (20 loc) · 853 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
TODO
Dependencies:
The game linking with tak should also link with the following libraries:
Windows:
Devil - already in tak source tree
GLEW - already in tak source tree
SFML - already in tak source tree
Boost - Should be installed and configured under visual studio (boostpro installer or manually). You should then set the BOOST_PATH environment variable to your boost installation (eg: C:\Program Files (x86)\boost\boost_1_47 OR C:\boost\boost_1_49_0)
Bullet Physics
To manually install boost on windows:
Download boost, extract it to C:\boost
in the boost folder, in a terminal, run bootstrap, then .\b2 (.\b2 --toolset=msvc-10.0 to force build on vstudio 2010)
Set the BOOST_PATH environment variable
Linux gcc/mingw:
Boost
Devil
GLEW
SFML
Bullet Physics
On arch: pacman --needed -S make gcc premake glew bullet boost boost-libs sfml devil