From e3ea138db1cb62af59d2d2672b913b7be893babd Mon Sep 17 00:00:00 2001 From: Shawal Mbalire Date: Thu, 20 Mar 2025 18:59:40 +0300 Subject: [PATCH] Update README.md Added commands for building the macos desktop application --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 3301486..fb779e3 100644 --- a/README.md +++ b/README.md @@ -100,6 +100,17 @@ To compile the Quickgui yourself: * `flutter config --enable-linux-desktop` * `flutter build linux --release` +## Macos +This requires flutter to be installed as well as xcode development for macos nad cocoapods. +It will install quickgui app in the applications and after running the command below you should be able to search for it through spotlight +```bash +git clone https://github.com/quickemu-project/quickgui.git +cd quickgui +flutter pub get +flutter config --enable-macos-desktop +flutter build macos --release +``` + The compiled binary will be in `build/linux/x64/release/bundle/quickgui`. You can run it with: