grim/glibre

267ec7f57bc0
Start porting everything to the new window widget
Dependencies
============
glibre depends on:
glib-2.0 >= 2.24.0
gtk+-3.0 >= 3.0.0
All of these packages and there development headers need to be installed
prior to building glibre.
Building
========
glibre uses meson as it's build system. As such compiling is a little bit
different than your typical ./configure, make, sudo make install. But not by
much. To compile glibre you need run the following commands:
meson build
cd build
ninja install