From cb843651e74c6dfc91e5e8e1cfd3b69b363d7e2c Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=98yvind=20Kol=C3=A5s?= Date: Thu, 25 Jul 2019 14:58:17 +0200 Subject: [PATCH] INSTALL.in: document meson build instead of autotools build --- INSTALL.in | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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 + ------------------------------------------------------------ -- 2.30.2