1. 進入http://www.opengl.org ,選擇Coding Resources -> GLUT and Utility Libraries
-> About GLUT,點選Pre-compiled
Win32 for Intel GLUT 3.7 DLLs for Windows 95 & NT下載壓縮檔。
2.
將glut32.dll放入C:\Windows\System32 資料夾
glut.h放入C:\MinGW\include\GL 資料夾
glut32.lib放入程式碼所在的資料夾
4.
假設程式檔名為test.c,在DOS編譯時,指令如下:
gcc –o test.exe test.c -mwindows glut32.lib
-lopengl32 –lglu32
沒有留言:
張貼留言