Skip to content
Asger edited this page Sep 10, 2013 · 1 revision

MAC OSX (XCode)

  1. Check out GEL from http://svn.imm.dtu.dk/svn/gelsvn/trunk
  2. Build the GEL framework
  3. Open the XCode project from this repository or create your own
  4. Add the GEL, OpenGL and GLUT frameworks
  5. Run the DEMO examples

Windows (Microsoft Visual Studio)

  1. Install GLEW
  2. Install GLUT
  3. Install Lapack
  4. Install CMake
  5. Check out GEL from http://svn.imm.dtu.dk/svn/gelsvn/trunk
  6. Setup CMake to generate a Visual Studio project for GEL
  7. Build the GEL project
  8. Open the Visual Studio project from this repository or create your own
  9. Link to GEL, OpenGL and GLUT
  10. Run the DEMO examples

Clone this wiki locally