nigels-com / glew

The OpenGL Extension Wrangler Library
Other
2.58k stars 608 forks source link

Build failed on Windows 10 pro with Visual Studio 2017 #363

Closed tyxxygh closed 1 year ago

tyxxygh commented 1 year ago

Open build\vc15\glew.sln with visual studio 2017 community. Configure as Release and x64, then Build All.

1>glew.c 1>c1 : fatal error C1083: Can not open source file: “....\src\glew.c”: No such file or directory ... 3>c1 : fatal error C1083: Can not open source file: “....\src\glewinfo.c”: No such file or directory

By compared with zip from sourceforge, glew.c and glewinfo.c are not in src folder.

nigels-com commented 1 year ago

"It is highly recommended to build from a tgz or zip release snapshot." https://github.com/nigels-com/glew#build

tyxxygh commented 1 year ago

"It is highly recommended to build from a tgz or zip release snapshot." https://github.com/nigels-com/glew#build

oh