-
Notifications
You must be signed in to change notification settings - Fork 14
Installation
Asger edited this page Sep 9, 2013
·
17 revisions
To build the DSC library:
- Install Xcode from the App Store.
- Clone the DSC GitHub repository or download a zip file with the repository content.
- Place the content (and possibly unzip) in some directory (for example /Users/user_name/Documents/DSC/ where 'user_name' is your user name).
- Open the DSC Xcode project.
- Select the DSC scheme and build.
To run the DEMO application:
- Download the GLEW source files from here.
- Unzip the GLEW source files in some directory (for example /Users/user_name/Documents/GLEW/ where 'user_name' is your user name).
- Open a terminal and cd to the directory where you have placed the GLEW source files.
- Type 'sudo make install' and type your password when prompted. The GLEW library should now have been installed.
- Open the DSC Xcode project.
- Select the DEMO scheme and run.
- Check out GEL from http://svn.imm.dtu.dk/svn/gelsvn/trunk
- Build the GEL framework
- Open the XCode project from this repository or create your own
- Add the GEL, OpenGL and GLUT frameworks
- Run the DEMO examples
- Install GLEW
- Install GLUT
- Install Lapack
- Install CMake
- Check out GEL from http://svn.imm.dtu.dk/svn/gelsvn/trunk
- Setup CMake to generate a Visual Studio project for GEL
- Build the GEL project
- Open the Visual Studio project from this repository or create your own
- Link to GEL, OpenGL and GLUT
- Run the DEMO examples