Updated README.md
56
README.md
|
|
@ -1,37 +1,47 @@
|
||||||
# Guickgui
|
# quickgui
|
||||||
|
|
||||||
A new Flutter frontend for Quickget.
|
A Flutter frontend for [quickget](https://github.com/wimpysworld/quickemu).
|
||||||
|
|
||||||
## Build
|
## Install
|
||||||
|
|
||||||
|
* [Download](https://github.com/ymauray/quickgui/releases/) the binary.
|
||||||
* [Set up Flutter](https://ubuntu.com/blog/getting-started-with-flutter-on-ubuntu)
|
* Uncompress the tarball wherever you want.
|
||||||
* Clone this repo,
|
* From anywhere on the filesystem, run the app.
|
||||||
* Switch to the project's directory,
|
|
||||||
* Build the project.
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ git clone https://github.com/ymauray/quickgui.git
|
xz quickgui-a.b.c-d.tar.xz
|
||||||
$ cd quickgui
|
tar xvf quickgui-a.b.c-d.tar
|
||||||
$ flutter build linux --release
|
/path/to/quickgui
|
||||||
```
|
|
||||||
|
|
||||||
## Run
|
|
||||||
|
|
||||||
* From the project's folder, start the binary with :
|
|
||||||
```
|
|
||||||
$ ./build/linux/x64/release/bundle/quickgui
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Alternativelly, use `update-alternatives` to install `quickgui` system-wide :
|
Alternativelly, use `update-alternatives` to install `quickgui` system-wide :
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo update-alternatives --install /usr/local/bin/quickgui quickgui /opt/flutter-projects/quickgui/build/linux/x64/release/bundle/quickgui 50
|
sudo update-alternatives --install /usr/local/bin/quickgui quickgui /path/to/quickgui 50
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Build
|
||||||
|
|
||||||
|
If you don't want to run the binary, you can rebuild the application yourself :
|
||||||
|
|
||||||
|
* [Set up Flutter](https://ubuntu.com/blog/getting-started-with-flutter-on-ubuntu)
|
||||||
|
* Clone this repo,
|
||||||
|
* Switch to the project's directory,
|
||||||
|
* Build the project,
|
||||||
|
* Run the app.
|
||||||
|
|
||||||
|
```bash
|
||||||
|
git clone https://github.com/ymauray/quickgui.git
|
||||||
|
cd quickgui
|
||||||
|
flutter build linux --release
|
||||||
|
./build/linux/x64/release/bundle/quickgui
|
||||||
|
```
|
||||||
|
|
||||||
|
You can also use `update-alternatives` for easier access to the app.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
From the main screen, select the operating system you want to use :
|
From the main screen, select the operating system you want to use. The list can be filtered.
|
||||||
|
|
||||||
|
|
||||||

|

|
||||||
|
|
@ -46,6 +56,12 @@ Then, select the version :
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
If there are some options (Windows language, Pop!_OS nvidia or Intel, etc..), they will be displayed :
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
Then click "Download". The ISO will be downloaded in the current working directory, in 99% of cases that will be the directory where `quickgui` was invoked from. The spinner will tell you where the file is being downloaded.
|
Then click "Download". The ISO will be downloaded in the current working directory, in 99% of cases that will be the directory where `quickgui` was invoked from. The spinner will tell you where the file is being downloaded.
|
||||||
|
|
||||||

|

|
||||||
|
|
|
||||||
|
Before Width: | Height: | Size: 37 KiB After Width: | Height: | Size: 48 KiB |
|
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 34 KiB |
|
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 24 KiB |
|
Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 48 KiB |
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 23 KiB |
|
After Width: | Height: | Size: 33 KiB |
|
After Width: | Height: | Size: 47 KiB |