diff options
author | 2017-06-16 11:01:43 +0300 | |
---|---|---|
committer | 2017-06-16 11:01:43 +0300 | |
commit | 1cd2cd0ac5fe6ad74e9ef0a4fbf62b74aedbef74 (patch) | |
tree | f8488991db453baddd3f0fa34cfc06ce9d23d428 /INSTALL | |
parent | 747f9eb3b7a3c7ae5718d4ce7e2c9c3ad7e07f56 (diff) | |
download | librin-1cd2cd0ac5fe6ad74e9ef0a4fbf62b74aedbef74.tar.gz librin-1cd2cd0ac5fe6ad74e9ef0a4fbf62b74aedbef74.tar.bz2 librin-1cd2cd0ac5fe6ad74e9ef0a4fbf62b74aedbef74.zip |
meson: update installation instructions.
Diffstat (limited to 'INSTALL')
-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) |