MSYS: Difference between revisions

Jump to navigation Jump to search
38 bytes added ,  12 July 2006
m
Updated links to Glut library archive, removed "--enable-sdl" configure option
No edit summary
 
m (Updated links to Glut library archive, removed "--enable-sdl" configure option)
Line 65: Line 65:


The compilation of flightgear requires that Glut be present, even though plib may be compiled without it.
The compilation of flightgear requires that Glut be present, even though plib may be compiled without it.
Download win32 dll's of glut from http://www.opengl.org/resources/libraries/glut/glut_downloads.html?glut#first_hit and unzip it in a folder.
Download Glut for MinGW32 libraries from http://mywebpage.netscape.com/PtrPck/glut.htm and unzip it in a folder.


At the time of writing, October 6, 2005, the direct link to the zip file is http://www.opengl.org/resources/libraries/glut/glutdlls37beta.zip
As of July 12, 2006, the direct link to the zip file is http://mywebpage.netscape.com/PtrPck/glutming.zip


Copy *.lib into /fg/lib
From the folder where you unzipped the archive:
Copy *.h into /fg/include/GL
 
Copy *.dll into /fg/bin
Copy GLUTMingw32/lib/libglut32.a into /fg/lib
 
Copy GLUTMingw32/include/GL/glut.h into /fg/include/GL
 
Copy GLUTMingw32/glut32.dll into /fg/bin


13) Build and Install plib
13) Build and Install plib
Line 107: Line 111:


  ./autogen.sh
  ./autogen.sh
  ./configure --prefix=/fg --enable-sdl
  ./configure --prefix=/fg
  cd src
  cd src
1

edit

Navigation menu