I am trying to compile glew binaries, for my Qt 5.14 with MinGw.
I set the environment path to .....\QT\Qt5.14.1\Tools\mingw730_32\bin like one guy suggested in the video.
Then i run cmd. I type then cd C\:glew2.1\compile.bat. In the video it does work, but in my case it just says "the command isn't recognized"
This is in the bat file
gcc -DGLEW_NO_GLU -O2 -Wall -W -Iinclude -DGLEW_BUILD -o src/glew.o -c src/glew.c
gcc -shared -Wl,-soname,libglew32.dll -Wl,--out-implib,lib/libglew32.dll.a -o lib/glew32.dll src/glew.o -L/mingw/lib -lglu32 -lopengl32 -lgdi32 -luser32 -lkernel32
After 5h, i am done with this bullshit. I do exactly the same thing as the others show, and it just doesn't run, so i need help. MinGw comes with Qt 5.14 installation.
Those are few the videos i lookup:
https://www.youtube.com/watch?v=Y8VIjNw2EG0
https://www.youtube.com/watch?v=69czFvC946I
https://www.youtube.com/watch?v=LO1LnhWWIow
https://www.youtube.com/watch?v=guM4XS43m4I