aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Gediminas Jakutis <gediminas@varciai.lt> 2017-06-16 11:01:43 +0300
committerGravatar Gediminas Jakutis <gediminas@varciai.lt> 2017-06-16 11:01:43 +0300
commit1cd2cd0ac5fe6ad74e9ef0a4fbf62b74aedbef74 (patch)
treef8488991db453baddd3f0fa34cfc06ce9d23d428
parent747f9eb3b7a3c7ae5718d4ce7e2c9c3ad7e07f56 (diff)
downloadlibrin-1cd2cd0ac5fe6ad74e9ef0a4fbf62b74aedbef74.tar.gz
librin-1cd2cd0ac5fe6ad74e9ef0a4fbf62b74aedbef74.tar.bz2
librin-1cd2cd0ac5fe6ad74e9ef0a4fbf62b74aedbef74.zip
meson: update installation instructions.
-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)