diff --git a/README.md b/README.md index a088abb..5d5cae7 100644 --- a/README.md +++ b/README.md @@ -18,17 +18,19 @@ Build dependencies (using package names as found in Fedora): - libnotify-devel - gtk3-devel - at-spi2-core-devel (and at-spi2-atk) +- meson +- pkg-config or see `extra/travis-build` in the source tree for example installation commands. Once build deps are in place, run: - autoreconf -if - ./configure --prefix= - make - make install - # or make DESTDIR= install if you want to inspect what - # gets installed - + mkdir build + cd build + meson .. + ninja + ninja install + # to set a custom installation directory run: + # DESTDIR= ninja install # Configuration