Update README.md
Added commands for building the macos desktop application
This commit is contained in:
parent
d5b34e9572
commit
d5bd359a43
11
README.md
11
README.md
|
|
@ -100,6 +100,17 @@ To compile the Quickgui yourself:
|
||||||
* `flutter config --enable-linux-desktop`
|
* `flutter config --enable-linux-desktop`
|
||||||
* `flutter build linux --release`
|
* `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`.
|
The compiled binary will be in `build/linux/x64/release/bundle/quickgui`.
|
||||||
You can run it with:
|
You can run it with:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue