From 9fe614ffe385e524ad0418f504a08922c4905613 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Pe=C3=B1aranda?= Date: Wed, 9 Jan 2013 10:36:39 -0200 Subject: [PATCH] added readme --- README | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..81d4221 --- /dev/null +++ b/README @@ -0,0 +1,11 @@ +This program compiles on linux and mac (it may also work on windows, though +it was not tested). It requires: +-qmake, +-make, +-g++ (maybe other compilers work), +-Qt 4, +-OpenGL 3.1 or GLew 1.5.2, +-libnetpbm, and +-glut or freeglut. + +To build, simply run qmake and make. -- GitLab