Add new build instructions to readme

makes the user build the flatpak since that's the only way to properly
build it
pull/6/head
axtloss 2 years ago
parent 8acf5876be
commit 0eb4d60a1c

@ -27,22 +27,11 @@
### Building ### Building
__NOTE: the jade gui libadwaita rewrite is not complete and CAN'T install a crystal system yet__ __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. jade gui relies on a yet unreleased version of libadwaita, that's why you have to use flatpak to build it:
Dependencies:
- python-pytz
- python-gobject
First you have to clone this repo and change the branch:
```sh ```sh
git clone https://github.com/crystal-linux/jade_gui/ git clone https://github.com/crystal-linux/jade_gui
cd jade_gui cd jade_gui
git checkout libadwaita-rewrite flatpak-builder --user --install --install-deps-from=flathub --force-clean build-dir al.getcryst.jadegui
``` flatpak run al.getcryst.jadegui
Then you can simply run:
```sh
./build.sh build # to just build it
./build.sh install # to install a previous build
./build.sh install-build # to build and install it
``` ```

Loading…
Cancel
Save