CSCI 4530/6530 - Spring 2013 Advanced Computer Graphics |
|
Home Contact Information Office Hours
Announcements
Syllabus
Grading
Calendar
Homework
Final Project
|
OpenGL/glut Installation TipsHere are basic installation instructions to get you started. Please share any installation/compilation instructions you have for your specific environment. Using Ubuntu (or another Debian system)On Debian, you will need the following packages:
apt-get install libglut3-dev glutg3-dev freeglut3-dev Notes for Fedora Core usersOn Fedora Core you need to install:
yum install freeglut freeglut-develUsing rpm: rpm -ivh freeglut-*or download the rpm files and use: rpm -i freeglut-* Using Visual StudioSee notes on CMake notes page.Using Dev C++
|