summaryrefslogtreecommitdiff
path: root/readme
blob: 0bc43e39182b37890b5ca967645d21ddc893ef10 (plain)
1
2
3
4
5
6
7
in this directory are the glgfx cpp source file and headerfile.
Use -I$thisdirectory to include the header and -L$thisdirectory for the library file along with -lglgfx. 
the makefile makes the libraries.
The example folder contains an example program with a rotating cube.
Both the glgfx library and the example program requires the gl/gui library.
replace all references to /home/knolax/code/cpp/gfx with whereever the gfx library is located
and /home/knolax/code/cpp/glgfx with the location of this directory.