Replies: 2 comments 5 replies
-
Easiest way in your case is by adding We have detailed build instructions for Windows in the Wiki: https://github.com/projectM-visualizer/projectm/wiki/Building-libprojectM#building-on-windows The option described there is installing the dependencies with vcpkg and use the vcpkg toolchain file with your CMake build. I'd recommend this if you're building for different architectures and VC runtimes. Documentation for that is here: https://vcpkg.io/en/docs/users/buildsystems/cmake-integration.html |
Beta Was this translation helpful? Give feedback.
-
Hello, sorry I am a little rusty on using cmake, especially with Visual Studio. When I open the folder, it goes thru the configuration and halts at an error where it "Could NOT find GLEW (missing: GLEW_INCLUDE_DIRS GLEW_LIBRARIES)". I have downloaded glew and built it using visual studio, but how do I tell cmake where the files are, and does it matter if the lib is w32 or x64? Thanks in advance for your help!
P.S. I obtained the source just by downloading the code as a zipfile, if that makes any difference. I also thought I would try getting glew with nuget, but nuget didn't like the fact that there is no project file.
Beta Was this translation helpful? Give feedback.
All reactions