# HG changeset patch # User Matti Hamalainen # Date 1375712967 -10800 # Node ID e9d569d16b161f5721d1c7c2a4492accb810081a # Parent ec390cfbbcd069936cd31f004cc1b0bd9c54868f Added some documentation. diff -r ec390cfbbcd0 -r e9d569d16b16 README --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README Mon Aug 05 17:29:27 2013 +0300 @@ -0,0 +1,41 @@ +bilotrip - majestic twelve + +4th @ combined demo competition +assembly 2013 multi media convention, helsinki, finland + +cracked and trained for *NIX by ccr/TNSP^pwp + + +build requirements: + - gcc / g++ 4.6+ + - binutils + - GNU Make + - CMake 2.8 + + - libboost 1.5x system and thread dev + - libtheora 1.1.x dev + - OpenGL libs + - GLEW 1.6+ (works with 1.7 at least) + - FreeGLUT (2.8 tested) + - FreeType2 + +how to build: + 0) debian/ubuntu lollers: + + $ sudo apt-get install libglew-dev cmake \ + libboost1.54-dev libboost-system1.54-dev \ + libboost-thread1.54-dev libfreetype6-dev \ + freeglut3-dev + + 1) optionally edit Makefile + + 2) $ make build + unpacks and builds the included libraries and + the demo, if all goes well. + + 3) $ make + attempts to build the demo only + + +have a nice torment, +ccr signing off