compile linux - Tom5521/GZGoLauncher GitHub Wiki
Compilation for linux
The .tar.xz package will be in the ./fyne-cross/dist/linux-amd64/GZGoLauncher.tar.xz
folder
Native linux system
Requirements:
- Fyne package
- C compiler
- Go compiler
Instructions:
- Run
just buid linux [your architecture]
Windows system
Requirements:
- Same as linux
- WSL
Instructions:
- Enter in WSL
- Run
just buid linux [your architecture]