From: Daniel Carl Date: Wed, 26 Sep 2018 21:59:15 +0000 (+0200) Subject: Hint about none common PREFIX on build stage. X-Git-Url: https://git.owens.tech/rss.xml/rss.xml/git?a=commitdiff_plain;h=ac9e8958965c79f6e4948c82f0ac3e0b53eaaacb;p=vimb.git Hint about none common PREFIX on build stage. --- diff --git a/README.md b/README.md index ff81156..2a9931c 100644 --- a/README.md +++ b/README.md @@ -47,10 +47,10 @@ Therefore, you should always compare your customised `config.h` with `config.h`. Run the following commands to compile and install Vimb (if necessary, the last one as -root). +root). If you want to change the `PREFIX`, note that it's required to give it on both stages, build and install. - make - make install + make PREFIX=/usr + make PREFIX=/usr install To run vimb without installation for testing it out use the 'runsandbox' make target.