Looker/README.md

15 lines
325 B
Markdown
Raw Normal View History

2024-12-02 18:26:35 +00:00
# Looker
2024-12-02 18:32:51 +00:00
Desktop gadgets for Linux!
# Building
2024-12-02 18:52:27 +00:00
Looker can be built using vala.
On an elementary OS system (the only officially supported by me platform)
## Installing dependencies
`sudo apt install elementary-sdk`
## Using Valac directly
`valac --pkg gtk4 /src/main.vala`
## Using build sh
`chmod +x build.sh`
`./build.sh`