annotate README @ 35:06ab31de6d14

Update documentation.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 05 Aug 2013 20:51:27 +0300
parents 2cd642a0e106
children 27940b5188e0
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
35
06ab31de6d14 Update documentation.
Matti Hamalainen <ccr@tnsp.org>
parents: 19
diff changeset
8 compatible with 32/64-bit linux systems (hopefully)
06ab31de6d14 Update documentation.
Matti Hamalainen <ccr@tnsp.org>
parents: 19
diff changeset
9
18
e9d569d16b16 Added some documentation.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
10
e9d569d16b16 Added some documentation.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
11 build requirements:
e9d569d16b16 Added some documentation.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
12 - gcc / g++ 4.6+
e9d569d16b16 Added some documentation.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
13 - binutils
e9d569d16b16 Added some documentation.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
14 - GNU Make
e9d569d16b16 Added some documentation.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
15 - CMake 2.8
e9d569d16b16 Added some documentation.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
16
e9d569d16b16 Added some documentation.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
17 - libboost 1.5x system and thread dev
e9d569d16b16 Added some documentation.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
18 - libtheora 1.1.x dev
e9d569d16b16 Added some documentation.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
19 - OpenGL libs
e9d569d16b16 Added some documentation.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
20 - GLEW 1.6+ (works with 1.7 at least)
e9d569d16b16 Added some documentation.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
21 - FreeGLUT (2.8 tested)
e9d569d16b16 Added some documentation.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
22 - FreeType2
e9d569d16b16 Added some documentation.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
23
e9d569d16b16 Added some documentation.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
24 how to build:
e9d569d16b16 Added some documentation.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
25 0) debian/ubuntu lollers:
e9d569d16b16 Added some documentation.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
26
19
2cd642a0e106 Clarify some things.
Matti Hamalainen <ccr@tnsp.org>
parents: 18
diff changeset
27 $ sudo apt-get install build-essential cmake
2cd642a0e106 Clarify some things.
Matti Hamalainen <ccr@tnsp.org>
parents: 18
diff changeset
28
2cd642a0e106 Clarify some things.
Matti Hamalainen <ccr@tnsp.org>
parents: 18
diff changeset
29 $ sudo apt-get install libglew-dev \
18
e9d569d16b16 Added some documentation.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
30 libboost1.54-dev libboost-system1.54-dev \
e9d569d16b16 Added some documentation.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
31 libboost-thread1.54-dev libfreetype6-dev \
19
2cd642a0e106 Clarify some things.
Matti Hamalainen <ccr@tnsp.org>
parents: 18
diff changeset
32 freeglut3-dev libtheora-dev
18
e9d569d16b16 Added some documentation.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
33
e9d569d16b16 Added some documentation.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
34 1) optionally edit Makefile
e9d569d16b16 Added some documentation.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
35
35
06ab31de6d14 Update documentation.
Matti Hamalainen <ccr@tnsp.org>
parents: 19
diff changeset
36 2) then
06ab31de6d14 Update documentation.
Matti Hamalainen <ccr@tnsp.org>
parents: 19
diff changeset
37
06ab31de6d14 Update documentation.
Matti Hamalainen <ccr@tnsp.org>
parents: 19
diff changeset
38 $ make build32
06ab31de6d14 Update documentation.
Matti Hamalainen <ccr@tnsp.org>
parents: 19
diff changeset
39 OR
06ab31de6d14 Update documentation.
Matti Hamalainen <ccr@tnsp.org>
parents: 19
diff changeset
40 $ make build64
06ab31de6d14 Update documentation.
Matti Hamalainen <ccr@tnsp.org>
parents: 19
diff changeset
41
18
e9d569d16b16 Added some documentation.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
42 unpacks and builds the included libraries and
35
06ab31de6d14 Update documentation.
Matti Hamalainen <ccr@tnsp.org>
parents: 19
diff changeset
43 the demo, if all goes well. you MUST use the
06ab31de6d14 Update documentation.
Matti Hamalainen <ccr@tnsp.org>
parents: 19
diff changeset
44 correct build, for 32 or 64-bit respectively
06ab31de6d14 Update documentation.
Matti Hamalainen <ccr@tnsp.org>
parents: 19
diff changeset
45 due to the libbass binary blob dependency.
18
e9d569d16b16 Added some documentation.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
46
e9d569d16b16 Added some documentation.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
47 3) $ make
35
06ab31de6d14 Update documentation.
Matti Hamalainen <ccr@tnsp.org>
parents: 19
diff changeset
48 attempts to build the demo only (for debugging)
18
e9d569d16b16 Added some documentation.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
49
e9d569d16b16 Added some documentation.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
50
e9d569d16b16 Added some documentation.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
51 have a nice torment,
e9d569d16b16 Added some documentation.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
52 ccr signing off