From 212273d5db7f892c53ae4055dcefd7541204c42a Mon Sep 17 00:00:00 2001 From: dmayerich Date: Thu, 1 Nov 2012 00:54:50 -0500 Subject: [PATCH] Added README. --- README | 9 +++++++++ 1 file changed, 9 insertions(+), 0 deletions(-) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..9a8fc52 --- /dev/null +++ b/README @@ -0,0 +1,9 @@ +TrueEyes requires the following libraries: + +GLUT (OpenGL Utility Toolkit) http://www.opengl.org/resources/libraries/glut/ +GLEW (OpenGL Extension Wrangler) http://glew.sourceforge.net/ +Qt http://qt-project.org/ +RTS (my personal codebase) https://github.com/dmayerich/RTS +CUDA http://www.nvidia.com/object/cuda_home_new.html + +If CMake is unable to find these, make sure to specify their locations. \ No newline at end of file -- libgit2 0.21.4