annotate README @ 18:e9d569d16b16

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