Lightweight and stylish app launcher.
You'll need the following dependencies:
- bc
- libgee-0.8-dev
- libgranite-dev >= 6.1.0
- libgtk-3-dev
- libhandy-1-dev >= 0.83.0
- libjson-glib-dev
- libsoup2.4-dev
- libswitchboard-3-dev
- libwingpanel-dev
- libzeitgeist-2.0-dev
- meson
- pkg-config
- valac
Run meson
to configure the build environment and then ninja
to build
meson build --prefix=/usr
cd build
ninja
To install, use ninja install
sudo ninja install
To run the tests, use ninja test
ninja test