From 75bc716354407a7fc28c08ffad813b5b5f0b4022 Mon Sep 17 00:00:00 2001 From: dcnieho Date: Tue, 24 Jul 2012 15:30:35 +0000 Subject: [PATCH] =?UTF-8?q?update=20to=20README.win32=20from=20Jos=C3=83?= =?UTF-8?q?=C2=A9=20Caetano=20A.=20C.=20Silva=20(bug=20tracker=20#3505577)?= =?UTF-8?q?.=20Thanks!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@1370 7f0cb862-5218-0410-a997-914c9d46530a --- freeglut/freeglut/README.win32 | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/freeglut/freeglut/README.win32 b/freeglut/freeglut/README.win32 index b72aa52..ce7a9ee 100644 --- a/freeglut/freeglut/README.win32 +++ b/freeglut/freeglut/README.win32 @@ -13,14 +13,18 @@ you will need to copy various files to various locations. files "gl.h", "glaux.h", and "glu.h". - The library file "freeglut.lib" or "freeglut_static.lib" (from the corresponding debug or release directory) needs to be copied into the - MSVC library directory. This usually has a path similar to - "C:\Program Files\Microsoft Visual Studio\VC98\Lib" + MSVC library directory. This usually has a path similar to: + "%ProgramFiles%\Microsoft SDKs\Windows\v7.0A\Lib" - x86 32 bits LIB's + "%ProgramFiles(x86)%\Microsoft SDKs\Windows\v7.0A\Lib" - x64 32 bits LIB's + "%ProgramFiles(x86)%\Microsoft SDKs\Windows\v7.0A\Lib\x64" - x64 64 bits LIB's Note that there is no "GL" subdirectory here. This directory should already have the files "opengl32.lib", "glu32.lib", and "glaux.lib". - If you are using the DLL version of "freeglut", the file "freeglut.dll" needs to be copied from the Debug or the Release directory into the DLL directory. This usually has a path similar to - "C:\Windows\System32" + "%SystemRoot%\System32\" - x86 32 bits DLL's + "%SystemRoot%\SysWOW64\" - x64 32 bits DLL's + "%SystemRoot%\System32\" - x64 64 bits DLL's and will probably already have the files "opengl32.dll" and "glu32.dll".