Results 1 to 5 of 5
Hi
I am trying to install glut-3.5, but this is not like ./configure ,make , makeinstall
can any one suggest me installing glut for x86.
Regards
Kiransing...
- 08-07-2009 #1Just Joined!
- Join Date
- Aug 2009
- Location
- Bangalore ,India
- Posts
- 5
regarding Glut installation for making opengl work on x86
Hi
I am trying to install glut-3.5, but this is not like ./configure ,make , makeinstall
can any one suggest me installing glut for x86.
Regards
Kiransing
- 08-07-2009 #2
What is your distro? This should be available in your package manager without having to download and install.
- 08-07-2009 #3Just Joined!
- Join Date
- May 2006
- Location
- San Jose, CA
- Posts
- 67
There is no real need to "install" glut. All you do is move the lib files to your /lib/ (where your project can access them) and similiarly move the header files to where you have your other header files.
- 08-10-2009 #4Just Joined!
- Join Date
- Aug 2009
- Location
- Bangalore ,India
- Posts
- 5
Regarding gut library
hi coopstah
I am using LInux fedora7.Actually glut is a dependency for OpenGL graphics. can you explain installarion of glut??
Regards
Kiransing
- 08-10-2009 #5
it is as KingX has described, there is no installation needed. When you compile the code you need simply add the header files to the include path. You can use the -I parameter with the g++ compiler. You would be able to install them with the package manager if you were using a more up to date distro. Then they would most likely be findable on the include path by the compiler without explicitly passing a flag.


Reply With Quote
