How to build? #424
JesterOfLemmings
started this conversation in
General
Replies: 2 comments
|
Check the MinGW workflow https://github.com/andrei-drexler/ironwail/blob/master/.github/workflows/mingw_ci.yml It calls shell scripts in the |
0 replies
|
Use https://github.com/skeeto/w64devkit/releases. Grab ironwail sources; unzip; cd to Quake subdir; make -f Makefile.w64. Here's a console dump of the whole process from some years ago: https://0x0.st/HrYX.html |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I've been trying with CMake and MinGW-w64. I get this error over and over.
CMake Error at CMakeLists.txt:16:
Parse error. Expected "(", got newline with text "
".
The line in question is,
set(CMAKE_C_COMPILER /c/Users/*******/mingw64/bin/gcc.exe)
Can somebody tell me how to build, because I don't get it.
All reactions