# 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`