From: Øyvind Kolås Date: Thu, 25 Jul 2019 12:58:17 +0000 (+0200) Subject: INSTALL.in: document meson build instead of autotools build X-Git-Tag: archive/raspbian/1%0.1.106-3+rpi1^2~15^2~11^2~49 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=cb843651e74c6dfc91e5e8e1cfd3b69b363d7e2c;p=babl.git INSTALL.in: document meson build instead of autotools build --- diff --git a/INSTALL.in b/INSTALL.in index 5fa1570..1581a3d 100644 --- a/INSTALL.in +++ b/INSTALL.in @@ -13,9 +13,12 @@ installation (or a variation on this theme): ------------------------------------------------------------ foo$ wget ftp://ftp.gtk.org/pub/babl/0.1/babl-@BABL_VERSION@.tar.bz2 - foo$ tar jxf babl-@BABL_VERSION@.tar.gz + foo$ tar xvf babl-@BABL_VERSION@.tar.gz foo$ cd babl-@BABL_VERSION@ - foo/babl-@BABL_VERSION@$ ./configure && make && sudo make install + foo/babl-@BABL_VERSION@$ meson build + foo/babl-@BABL_VERSION@$ cd build + foo/babl-@BABL_VERSION@/build$ ninja && ninja install + ------------------------------------------------------------