From c8f0382eea6ab6e8412a962254b4deeb61e7deb1 Mon Sep 17 00:00:00 2001
From: jasio
The libadwaita/gtk based gui installer using jade as the backend +
The libadwaita/gtk based gui installer using jade as the backend.
-[The jade gui mockups](https://github.com/crystal-linux/demos-mockups/blob/main/preview.pdf) + + ![](main-page-screenshot.png) @@ -22,20 +23,20 @@ ### Building __NOTE: the jade gui libadwaita rewrite is not complete and CAN'T install a crystal system yet__ -using gnome-builder to build and run this currently doesn't work as jade_gui requires python-pytz which gnome-builder doesn't provide when building +Using gnome-builder to build and run this currently doesn't work as jade_gui requires python-pytz which gnome-builder doesn't provide when building. -dependencies: +Dependencies: - python-pytz - python-gobject -first you have to clone this repo and change the branch: +First you have to clone this repo and change the branch: ```sh git clone https://github.com/crystal-linux/jade_gui/ cd jade_gui git checkout libadwaita-rewrite ``` -then you can simply run +Then you can simply run: ```sh ./build.sh build # to just build it ./build.sh install # to install a previous build