Add Runner for Windows / MinGW
In #93 (closed) wurde der MinGW Support gefixt.
Um die Kompatibilität weiterhin zu garantieren, könnten wir einen Windows Runner hinzufügen, der mit MinGW buildet.
Designs
- Show closed items
Related merge requests 1
When this merge request is accepted, this issue will be closed automatically.
Activity
-
Newest first Oldest first
-
Show all activity Show comments only Show history only
- Josch Morgenstern assigned to @jfmorgenstern
assigned to @jfmorgenstern
- Josch Morgenstern added 🧙 CI/CD label
added 🧙 CI/CD label
- Josch Morgenstern changed milestone to %First Release
changed milestone to %First Release
- Maintainer
Ist vermutlich sinnvoll, damit für alle von uns, die gerne mit MinGW builden keine unvorhergesehenen Probleme beim mergen entstehen. ^^
- Josch Morgenstern changed the description
changed the description
- Josch Morgenstern created merge request !85 (merged) to address this issue
created merge request !85 (merged) to address this issue
- Josch Morgenstern mentioned in merge request !85 (merged)
mentioned in merge request !85 (merged)
- Josch Morgenstern mentioned in commit b3db251f
mentioned in commit b3db251f
- Josch Morgenstern mentioned in commit 9660ad3b
mentioned in commit 9660ad3b
- Josch Morgenstern mentioned in commit 4ccf6021
mentioned in commit 4ccf6021
- Josch Morgenstern mentioned in commit 3a4cbd91
mentioned in commit 3a4cbd91
- Author Maintainer
How to compile with GCC on Win10:
- Install MSYS2
- Run "MSYS2 MSYS" from Start menu.
- Enter the following commands into MSYS2 console.
pacman -Syu pacman -Su pacman -S --needed base-devel mingw-w64-x86_64-toolchain pacman -S cmake
- Add to Path:
C:\msys64\usr\bin C:\msys64\usr\local\bin C:\msys64\mingw64\bin C:\msys64\mingw32\bin
- Clone the repository and run the following commands:
mkdir debug cd debug cmake --no-warn-unused-cli -DCMAKE_EXPORT_COMPILE_COMMANDS:BOOL=TRUE -DCMAKE_BUILD_TYPE:STRING=Debug -DCMAKE_C_COMPILER:FILEPATH=C:\msys64\mingw64\bin\x86_64-w64-mingw32-gcc.exe -DCMAKE_CXX_COMPILER:FILEPATH=C:\msys64\mingw64\bin\x86_64-w64-mingw32-g++.exe .. -G "Unix Makefiles" cmake --build .
Edited by Josch Morgenstern - Josch Morgenstern mentioned in issue #19 (closed)
mentioned in issue #19 (closed)
- Josch Morgenstern mentioned in commit ddd0516b
mentioned in commit ddd0516b
- Josch Morgenstern mentioned in commit 08ec6d1f
mentioned in commit 08ec6d1f
- Josch Morgenstern closed with merge request !85 (merged)
closed with merge request !85 (merged)
- Josch Morgenstern mentioned in commit a6a4d87c
mentioned in commit a6a4d87c