You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
02830ec1e2 | 2 years ago | |
---|---|---|
data | 2 years ago | |
po | 2 years ago | |
src | 2 years ago | |
subprojects | 2 years ago | |
.gitignore | 2 years ago | |
COPYING | 2 years ago | |
README.md | 2 years ago | |
al.getcryst.jadegui.yml | 2 years ago | |
al.getcyrst.jadegui.json | 2 years ago | |
build.sh | 2 years ago | |
main-page-screenshot.png | 2 years ago | |
meson.build | 2 years ago |
README.md
Jade
The libadwaita/gtk based gui installer using jade as the backend.
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.
Dependencies:
- python-pytz
- python-gobject
First you have to clone this repo and change the branch:
git clone https://github.com/crystal-linux/jade_gui/
cd jade_gui
git checkout libadwaita-rewrite
Then you can simply run:
./build.sh build # to just build it
./build.sh install # to install a previous build
./build.sh install-build # to build and install it