readme.txt

来自「This is a compiled FreGlut example.」· 文本 代码 · 共 14 行

TXT
14
字号
I found virtually no information on how to install <a href="http://freeglut.sourceforge.net/index.php#download">freeglut</a> on Visual Studio 2008 using Google, so I thought I'd make a nice little post explaining how to do it. 

There are 3 things you need:
*Visual Studio 2008
*OpenGL
*freeglut

Assuming you have VS2008 installed, the first step then is to download the Windows header files. The <a href=http://freeglut.sourceforge.net/index.php>official freeglut website</a> has the latest version in source form which you'll need to compile. Luckily, I've compiled it for you.

So, download the freeglut 2.4.0 header files, then download <a href=http://www.xmission.com/~nate/glut.html>GLUT win32 binaries</a> (<a href=http://www.mediafire.com/?1u0nmgdwzii>backup</a>)

Files must be placed in the correct directories. For Visual Studio .NET 2003 those are:

    * Put freeglut.h in: 慍:\Program Files\Microsoft Visual Studio 9.0\VC\include\GL\

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?