From ac9e8958965c79f6e4948c82f0ac3e0b53eaaacb Mon Sep 17 00:00:00 2001 From: Daniel Carl Date: Wed, 26 Sep 2018 23:59:15 +0200 Subject: [PATCH] Hint about none common PREFIX on build stage. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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. -- 2.20.1