Update INSTALL

Signed-off-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
Adam Jackson 2018-02-05 14:09:42 -05:00
parent 866582439a
commit 944edc7962

12
INSTALL
View file

@ -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 $ meson setup build
$ make install $ meson configure build
$ sudo meson -C build install