/
vuvk
/
tinygl2
Обзор
Документация
Войти
/
vuvk
/
tinygl2
Код
Запросы
0
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
INSTALL
15 строк
507 B
Anton Shcherbatykh
update documentation
01 май 2021, 21:40
01 май 2021, 21:40
c47dd51
Код
Авторство
О чём код?
Installation: - Edit makeinclude and change what is needed. You can also look at src/zfeatures.h to change very specific details (only useful to tune TinyGL2 to your needs). You can link the examples with either OpenGL, Mesa or TinyGL2. - Type 'make'. The library 'libTinyGL2.a' is copied into './lib'. The examples are build in './examples'. Only the directories './lib' and './include' are needed to use TinyGL2 from another program. Installation with CMake: $ mkdir build $ cd build $ cmake .. $ make