Subversion Repositories Kolibri OS

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
5098 clevermous 1
Installation:
2
 
3
- Edit config.mk and change what is needed. You can also look at
4
src/zfeatures.h to change very specific details (only useful to tune
5
TinyGL to your needs). You can link the examples with either OpenGL,
6
Mesa or TinyGL.
7
 
8
- Type 'make'. The library 'libTinyGL.a' is copied into './lib'. The
9
examples are build in './examples'. Only the directories './lib' and
10
'./include' are needed to use TinyGL from another program.