From 1cd2cd0ac5fe6ad74e9ef0a4fbf62b74aedbef74 Mon Sep 17 00:00:00 2001 From: Gediminas Jakutis Date: Fri, 16 Jun 2017 11:01:43 +0300 Subject: meson: update installation instructions. --- INSTALL | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'INSTALL') 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) -- cgit v1.2.3