patriciogonzalezvivo/glslViewer

Issues installing GLSL viewer using cmake

ElRafaVaz opened this issue · 2 comments

Hi everybody!

I'm having a problem installing GLSL viewer. I'm following the instructions here: https://github.com/patriciogonzalezvivo/glslViewer/wiki/Compile-on-Windows

and I've installed the latest scoop &, cmaker versions and have also kept this repo up to date. However, when I get to step 3 I get this error:

image

I've tried going through the CMakeLists and cmake help to see what the issue is, but I'm not familiar with these tools and not sure what the issue could be.

Does anyone know where the issue could lie?

Seams you don't have cmake installed on your system. Alternatively, GlslViewer have binary releases you can download and install without having to compile

I managed to get it to work with a binary release. Thanks for the help :)