summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-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