summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2018-02-05 14:09:42 -0500
committerAdam Jackson <ajax@redhat.com>2018-02-05 14:10:29 -0500
commit944edc79620d7a530258f78665fc314d5fe59677 (patch)
tree76ce345109efa17772b7245751ce17cb1200c309
parent866582439ac2410e5ae98c3387718b7a28e04917 (diff)
Update INSTALL
Signed-off-by: Adam Jackson <ajax@redhat.com>
-rw-r--r--INSTALL12
1 files changed, 7 insertions, 5 deletions
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