annotate README @ 62:301805d68a97 default tip

Clean up better.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 06 Jan 2015 04:33:07 +0200
parents 27940b5188e0
children
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
47
27940b5188e0 Update documentation.
Matti Hamalainen <ccr@tnsp.org>
parents: 35
diff changeset
34
18
e9d569d16b16 Added some documentation.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
35 1) optionally edit Makefile
e9d569d16b16 Added some documentation.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
36
47
27940b5188e0 Update documentation.
Matti Hamalainen <ccr@tnsp.org>
parents: 35
diff changeset
37
35
06ab31de6d14 Update documentation.
Matti Hamalainen <ccr@tnsp.org>
parents: 19
diff changeset
38 2) then
06ab31de6d14 Update documentation.
Matti Hamalainen <ccr@tnsp.org>
parents: 19
diff changeset
39
06ab31de6d14 Update documentation.
Matti Hamalainen <ccr@tnsp.org>
parents: 19
diff changeset
40 $ make build32
06ab31de6d14 Update documentation.
Matti Hamalainen <ccr@tnsp.org>
parents: 19
diff changeset
41 OR
06ab31de6d14 Update documentation.
Matti Hamalainen <ccr@tnsp.org>
parents: 19
diff changeset
42 $ make build64
06ab31de6d14 Update documentation.
Matti Hamalainen <ccr@tnsp.org>
parents: 19
diff changeset
43
18
e9d569d16b16 Added some documentation.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
44 unpacks and builds the included libraries and
35
06ab31de6d14 Update documentation.
Matti Hamalainen <ccr@tnsp.org>
parents: 19
diff changeset
45 the demo, if all goes well. you MUST use the
06ab31de6d14 Update documentation.
Matti Hamalainen <ccr@tnsp.org>
parents: 19
diff changeset
46 correct build, for 32 or 64-bit respectively
06ab31de6d14 Update documentation.
Matti Hamalainen <ccr@tnsp.org>
parents: 19
diff changeset
47 due to the libbass binary blob dependency.
18
e9d569d16b16 Added some documentation.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
48
47
27940b5188e0 Update documentation.
Matti Hamalainen <ccr@tnsp.org>
parents: 35
diff changeset
49
27940b5188e0 Update documentation.
Matti Hamalainen <ccr@tnsp.org>
parents: 35
diff changeset
50 2b) $ make
35
06ab31de6d14 Update documentation.
Matti Hamalainen <ccr@tnsp.org>
parents: 19
diff changeset
51 attempts to build the demo only (for debugging)
18
e9d569d16b16 Added some documentation.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
52
e9d569d16b16 Added some documentation.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
53
47
27940b5188e0 Update documentation.
Matti Hamalainen <ccr@tnsp.org>
parents: 35
diff changeset
54 3) run the wrapper script to run the demo:
27940b5188e0 Update documentation.
Matti Hamalainen <ccr@tnsp.org>
parents: 35
diff changeset
55
27940b5188e0 Update documentation.
Matti Hamalainen <ccr@tnsp.org>
parents: 35
diff changeset
56 $ ./demo
27940b5188e0 Update documentation.
Matti Hamalainen <ccr@tnsp.org>
parents: 35
diff changeset
57
18
e9d569d16b16 Added some documentation.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
58 have a nice torment,
e9d569d16b16 Added some documentation.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
59 ccr signing off