annotate README @ 19:2cd642a0e106

Clarify some things.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 05 Aug 2013 17:32:40 +0300
parents e9d569d16b16
children 06ab31de6d14
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
19
2cd642a0e106 Clarify some things.
Matti Hamalainen <ccr@tnsp.org>
parents: 18
diff changeset
25 $ sudo apt-get install build-essential cmake
2cd642a0e106 Clarify some things.
Matti Hamalainen <ccr@tnsp.org>
parents: 18
diff changeset
26
2cd642a0e106 Clarify some things.
Matti Hamalainen <ccr@tnsp.org>
parents: 18
diff changeset
27 $ sudo apt-get install libglew-dev \
18
e9d569d16b16 Added some documentation.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
28 libboost1.54-dev libboost-system1.54-dev \
e9d569d16b16 Added some documentation.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
29 libboost-thread1.54-dev libfreetype6-dev \
19
2cd642a0e106 Clarify some things.
Matti Hamalainen <ccr@tnsp.org>
parents: 18
diff changeset
30 freeglut3-dev libtheora-dev
18
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 1) optionally edit Makefile
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 2) $ make build
e9d569d16b16 Added some documentation.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
35 unpacks and builds the included libraries and
e9d569d16b16 Added some documentation.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
36 the demo, if all goes well.
e9d569d16b16 Added some documentation.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
37
e9d569d16b16 Added some documentation.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
38 3) $ make
e9d569d16b16 Added some documentation.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
39 attempts to build the demo only
e9d569d16b16 Added some documentation.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
40
e9d569d16b16 Added some documentation.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
41
e9d569d16b16 Added some documentation.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
42 have a nice torment,
e9d569d16b16 Added some documentation.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
43 ccr signing off