summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorJordan Justen <jordan.l.justen@intel.com>2021-03-11 12:55:36 -0800
committerJordan Justen <jordan.l.justen@intel.com>2021-03-12 09:32:56 -0800
commitd103c06759b67351e2faa24a4fcecb67d1a083e6 (patch)
tree0b0e397c18f8c3881298e625cf131dded78cb241 /INSTALL
parent1fb5a30a4e49641cfbb39990339619259a2ae736 (diff)
INSTALL: Convert instructions from autotools to meson
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com> AAAAAAAAAAAAAAAACCCCCCCCCKKKKK!!!!!!!!-by: Jason Ekstrand <jason@jlekstrand.net> Acked-by: Caio Marcelo de Oliveira Filho <caio.oliveira@intel.com> Acked-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL9
1 files changed, 4 insertions, 5 deletions
diff --git a/INSTALL b/INSTALL
index fa21911..c84d125 100644
--- a/INSTALL
+++ b/INSTALL
@@ -12,11 +12,10 @@ External Dependencies
Configure and Build
-------------------
-Do the typical autotools dance:
+Do the typical meson dance:
- $ autoreconf -vfi
- $ ./configure
- $ make
+ $ meson bin
+ $ ninja -C bin
The configure script will search for Vulkan headers and libraries in the usual
system locations. You can modify the search paths with environment variables
@@ -26,4 +25,4 @@ CPATH and LIBRARY_PATH [see man:gcc(1)].
How to Install
==============
-Sorry. Crucible does not yet support `make install`.
+Sorry. Crucible does not yet support `ninja install`.