diff options
author | Adam Jackson <ajax@redhat.com> | 2018-02-05 14:09:42 -0500 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2018-02-05 14:10:29 -0500 |
commit | 944edc79620d7a530258f78665fc314d5fe59677 (patch) | |
tree | 76ce345109efa17772b7245751ce17cb1200c309 | |
parent | 866582439ac2410e5ae98c3387718b7a28e04917 (diff) |
Update INSTALL
Signed-off-by: Adam Jackson <ajax@redhat.com>
-rw-r--r-- | INSTALL | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -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 |