Yggtk/README.md

14 lines
246 B
Markdown
Raw Normal View History

2020-01-16 18:44:45 +00:00
# Yggtk
Now support Arch and Debian based Linux (OpenRC and SystemD).
### Build and run
```
2020-01-22 13:45:14 +00:00
git clone https://git.macaw.me/plant_1312/Yggtk.git
valac Yggtk/main.vala --pkg gtk+-3.0 --pkg json-glib-1.0
cp Yggtk/main.ui .
rm -R Yggtk
./main
```