14 lines
325 B
Markdown
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`
|