-
Notifications
You must be signed in to change notification settings - Fork 0
compile macos
Tom edited this page Dec 23, 2024
·
4 revisions
The output of the compilation will be found in fyne-cross/dist/
Requirements:
- Fyne package
- C compiler
- Go compiler
- Just
Instructions:
- Run
cp ./cmd/GZGoLauncher/* . && fyne package --os darwin --arch [your architecture] --release --icon ./assets/cacodemon.png && rm main.go FyneApp.toml
Requirements:
- Docker/Podman, etc.
- Fyne-Cross package
- Mage
Instructions:
- Download Command line tools for xcode>= 12.4 (macOS SDK 11.x)
- Extract it following the instructions
- Create the SDKs folder and inside paste or create a symlink to MacOSX11.sdk
- Run
mage build:macARMormage build:macAMDdepending on what architecture you are looking to compile for