-
Notifications
You must be signed in to change notification settings - Fork 14
Installation
Asger edited this page Sep 10, 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.