projects
/
vimb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f1fce3
)
Hint about none common PREFIX on build stage.
author
Daniel Carl
<danielcarl@gmx.de>
Wed, 26 Sep 2018 21:59:15 +0000
(23:59 +0200)
committer
GitHub
<noreply@github.com>
Wed, 26 Sep 2018 21:59:15 +0000
(23:59 +0200)
README.md
patch
|
blob
|
history
diff --git
a/README.md
b/README.md
index
ff81156
..
2a9931c
100644
(file)
--- 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.