qTox/windows/cross-compile
Anthony Bilinski 46ef31293c
refactor(CI): Rename Windows cross compile builds to match cmake types
Debug and Release with capital letters are consistent with all our other CI
script build type names as well as cmake build types.
2022-05-21 18:21:04 -07:00
..
README.md refactor(CI): Rename Windows cross compile builds to match cmake types 2022-05-21 18:21:04 -07:00
build.sh refactor(CI): Rename Windows cross compile builds to match cmake types 2022-05-21 18:21:04 -07:00

README.md

Cross-compile from Linux to Windows

Usage

From the windows_builder/windows_builder.i686 docker image, run build.sh. NOTE: The arch argument must match the builder image

$ docker compose run windows_builder
# mkdir build-windows
# cd build-windows
# # Example is using --arch x86_64, --arch i686 should be used if you are in the i686 docker image
# /qtox/windows/cross-compile/build.sh --src-dir /qtox --arch x86_64 --build-type Release