Looker/README.md
2024-12-02 13:52:27 -05:00

14 lines
325 B
Markdown

# Looker
Desktop gadgets for Linux!
# Building
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`