-
Notifications
You must be signed in to change notification settings - Fork 0
compile macos
Tom5521 edited this page Jan 17, 2024
·
2 revisions
The output of the compilation will be found in fyne-cross/dist/
Requirements:
- Fyne package
- C compiler
- Go compiler
- Mage
- Zip (To release the package)
Instructions:
- Run
mage build:defaultMac
Requirements:
- Same as MacOS
- Fyne-Cross package
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:macARM
ormage build:macAMD
depending on what architecture you are looking to compile for