diff options
-rw-r--r-- | INSTALL | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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) |