erizo
erizo copied to clipboard
Can't build glfw on windows
The readme only lists cmake as a requirement, and I do have cmake installed and on PATH, but when I try to build glfw, I get this:
C:\Users\Hazel\Documents\GitHub\erizo> $env:TARGET = 'win32-cross'
C:\Users\Hazel\Documents\GitHub\erizo> make glfw
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
'wc' is not recognized as an internal or external command,
operable program or batch file.
'wc' is not recognized as an internal or external command,
operable program or batch file.
mkdir -p build-win32-cross/ build-win32-cross/platform/ build-win32-cross/src/ build-win32-cross/vendor/glew/
The syntax of the command is incorrect.
cd vendor/glfw && mkdir -p build-win32-cross
A subdirectory or file -p already exists.
Error occurred while processing: -p.
A subdirectory or file build-win32-cross already exists.
Error occurred while processing: build-win32-cross.
make: *** [glfw] Error 1
I've tried installing and uninstalling various things, and the error keeps changing; this seems like it's a problem with not having the right version of make
installed, which I guess isn't quite an issue with the repo, but I thought I'd ask: where did you get make
on windows that worked with this?