summaryrefslogtreecommitdiff
path: root/readme
diff options
context:
space:
mode:
authorknolax <1339802534.kk@gmail.com>2017-02-16 10:46:14 -0500
committerknolax <1339802534.kk@gmail.com>2017-02-16 10:46:14 -0500
commitd137bf2485050b54bb0ac65ef543ba24f18fabbe (patch)
treef66009aa6db3c88c715b5e23d874f22b1c530a4e /readme
initial commit
Diffstat (limited to 'readme')
-rw-r--r--readme7
1 files changed, 7 insertions, 0 deletions
diff --git a/readme b/readme
new file mode 100644
index 0000000..0bc43e3
--- /dev/null
+++ b/readme
@@ -0,0 +1,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.