-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cross-compiling #21
Comments
Meson might allow this... |
meson srcdir builddir --cross-file cross_file.txt |
sudo apt install mingw-w64 mingw-w64-tools meson koikoi koikoi/builddir_x64 --cross-file koikoi/misc/meson.cross.win.x64 Build type: cross build meson.build:7:0: ERROR: Dependency "qt5" not found, tried pkgconfig, qmake-qt5 and qmake |
See #11 (comment) on tools... |
sudo apt install sudo apt-mark auto mkdir mxe_build |
Compiling .exe files, but not certain it is linking properly... |
In liu of cross-compiling, just installed Qt in Win10 VM and compiled there... Looking into Qt Installer Framework. Maybe revisit this later. |
Cross-compile g++
Windows:
https://stackoverflow.com/questions/2033997/how-to-compile-for-windows-on-linux-with-gcc-g
MacOS:
https://stackoverflow.com/questions/693952/how-to-compile-for-os-x-in-linux-or-windows
Good Info:
https://wiki.qt.io/Building_Qt_5_from_Git
https://forum.qt.io/topic/94742/cross-compile-and-deploy-from-linux-to-windows/9
Have to build qt5 for Windows using mingw to satisfy the qt5 deps before building koikoi for Windows with said qt5 deps.
From Delphi251189:
Other junks:
https://mesonbuild.com/Cross-compilation.html
https://github.com/pololu/nixcrpkgs
https://packages.ubuntu.com/search?mode=filename&suite=eoan§ion=all&arch=any&keywords=mingw+gcc&searchon=contents
The text was updated successfully, but these errors were encountered: