aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--INSTALL8
1 files changed, 4 insertions, 4 deletions
diff --git a/INSTALL b/INSTALL
index a9003fd..33fcd47 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,7 +1,7 @@
Installation Instructions
=========================
-1. Creaate configure scripts with 'autoreconf -iv'
-2. Run './configure'
-3. Run 'make -jN' where 'N' is number of CPU cores + 1
-4. run 'make install'
+1. Create a build directory by running 'meson [your build directory]'
+2. Go to the aforementioned build directory
+3. Run 'ninja'
+4. Run 'ninja install' (might need to be root)