patriciogonzalezvivo / glslViewer

Console-based GLSL Sandbox for 2D/3D shaders
BSD 3-Clause "New" or "Revised" License
4.65k stars 351 forks source link

Issues installing GLSL viewer using cmake #320

Closed ElRafaVaz closed 1 year ago

ElRafaVaz commented 1 year ago

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?

patriciogonzalezvivo commented 1 year ago

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

ElRafaVaz commented 1 year ago

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