Commit 212273d5db7f892c53ae4055dcefd7541204c42a

Authored by dmayerich
1 parent da3d4e0e

Added README.

Showing 1 changed file with 9 additions and 0 deletions   Show diff stats
README 0 → 100644
  1 +TrueEyes requires the following libraries:
  2 +
  3 +GLUT (OpenGL Utility Toolkit) http://www.opengl.org/resources/libraries/glut/
  4 +GLEW (OpenGL Extension Wrangler) http://glew.sourceforge.net/
  5 +Qt http://qt-project.org/
  6 +RTS (my personal codebase) https://github.com/dmayerich/RTS
  7 +CUDA http://www.nvidia.com/object/cuda_home_new.html
  8 +
  9 +If CMake is unable to find these, make sure to specify their locations.
0 10 \ No newline at end of file
... ...