where is glew.c file? #327
|
I am trying to compile glew with visual studio 2019 and I got this message "...\src\glew.c': No such file or directory" |
Answered by
nigels-com
Oct 4, 2021
Replies: 2 comments
|
It is highly recommended to build from a tgz or zip release snapshot. The code generation workflow is a complex brew of gnu make, perl and python, that works best on Linux or Mac. The code generation is known to work on Windows using MSYS2. For most end-users of GLEW the official releases are the best choice, with first class support. |
0 replies
Answer selected by
nigels-com
|
You can use the CMake to generate a VS2019 project and build the lib. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It is highly recommended to build from a tgz or zip release snapshot. The code generation workflow is a complex brew of gnu make, perl and python, that works best on Linux or Mac. The code generation is known to work on Windows using MSYS2. For most end-users of GLEW the official releases are the best choice, with first class support.
https://github.com/nigels-com/glew#downloads