Install GLEW for Windows
glew-1.11.0\bin\Release\{Win32|x64}\のファイルを以下のパスにコピーする。
| Platform | Copy Path |
|---|---|
| Win32 | C:\Windows\SysWOW64\ |
| x64 | C:\Windows\System32\ |
glew-1.11.0\include\GL\のファイルを以下のパスにコピーする。
("8.1"はWindows SDKのバージョン。)
| Copy Path |
|---|
| C:\Program Files (x86)\Windows Kits\8.1\Include\um\gl\ |
glew-1.11.0\lib\Release\{Win32|x64}\のファイルを以下のパスにコピーする。
("8.1"はWindows SDKのバージョン。)
| Platform | Copy Path |
|---|---|
| Win32 | C:\Program Files (x86)\Windows Kits\8.1\Lib\winv6.3\um\x86\ |
| x64 | C:\Program Files (x86)\Windows Kits\8.1\Lib\winv6.3\um\x64\ |
glew-2.1.0\bin\Release\{Win32|x64}\のファイルを以下のパスにコピーする。
| Platform | Copy Path |
|---|---|
| Win32 | C:\Windows\SysWOW64\ |
| x64 | C:\Windows\System32\ |
glew-2.1.0\include\GL\のファイルを以下のパスにコピーする。
("10.0.18362.0"はWindows SDKのバージョン。)
| Copy Path |
|---|
| C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\gl\ |
glew-2.1.0\lib\Release\{Win32|x64}\のファイルを以下のパスにコピーする。
("10.0.18362.0"はWindows SDKのバージョン。)
| Platform | Copy Path |
|---|---|
| Win32 | C:\Program Files (x86)\Windows Kits\10\Lib\10.0.18362.0\um\x86\ |
| x64 | C:\Program Files (x86)\Windows Kits\10\Lib\10.0.18362.0\um\x64\ |