From 944edc79620d7a530258f78665fc314d5fe59677 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Mon, 5 Feb 2018 14:09:42 -0500 Subject: Update INSTALL Signed-off-by: Adam Jackson --- INSTALL | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index 6d0ae2d..11391fb 100644 --- a/INSTALL +++ b/INSTALL @@ -1,8 +1,10 @@ -Lg3dProto is built with the traditional configure script: +autotools: - $ ./configure --prefix=/usr/X11R6 + $ ./configure + $ sudo make install -This should generate valid Makefiles, then: +meson: - $ make - $ make install + $ meson setup build + $ meson configure build + $ sudo meson -C build install -- cgit v1.2.3