comparison README @ 18:e9d569d16b16

Added some documentation.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 05 Aug 2013 17:29:27 +0300
parents
children 2cd642a0e106
comparison
equal deleted inserted replaced
17:ec390cfbbcd0 18:e9d569d16b16
1 bilotrip - majestic twelve
2
3 4th @ combined demo competition
4 assembly 2013 multi media convention, helsinki, finland
5
6 cracked and trained for *NIX by ccr/TNSP^pwp
7
8
9 build requirements:
10 - gcc / g++ 4.6+
11 - binutils
12 - GNU Make
13 - CMake 2.8
14
15 - libboost 1.5x system and thread dev
16 - libtheora 1.1.x dev
17 - OpenGL libs
18 - GLEW 1.6+ (works with 1.7 at least)
19 - FreeGLUT (2.8 tested)
20 - FreeType2
21
22 how to build:
23 0) debian/ubuntu lollers:
24
25 $ sudo apt-get install libglew-dev cmake \
26 libboost1.54-dev libboost-system1.54-dev \
27 libboost-thread1.54-dev libfreetype6-dev \
28 freeglut3-dev
29
30 1) optionally edit Makefile
31
32 2) $ make build
33 unpacks and builds the included libraries and
34 the demo, if all goes well.
35
36 3) $ make
37 attempts to build the demo only
38
39
40 have a nice torment,
41 ccr signing off