mirror of
https://gitlab.freedesktop.org/xorg/proto/xorgproto.git
synced 2025-12-20 00:00:11 +01:00
Update INSTALL
Signed-off-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
parent
866582439a
commit
944edc7962
1 changed files with 7 additions and 5 deletions
12
INSTALL
12
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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue