Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 400 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 400 Bytes

GLC-lib

On Linux-based systems, GLC-lib must be linked against zlib and quazip system libraries instead of the built-in ones. (see laumaya/GLC_lib#43)

Build

qmake glc_lib.pro
make

Install :

sudo make install

GLC-player

Clone repository

git clone https://github.com/tvataire/GLC-Player.git

Build :

qmake glc_player.pro
make