aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHarry Jeffery <harry@exec64.co.uk>2015-12-26 02:58:08 +0000
committerHarry Jeffery <harry@exec64.co.uk>2015-12-26 02:58:08 +0000
commit1332a920f5a36dcdff5625bc703b0bba07fb83e7 (patch)
tree084e807da2f1e44a73aa1198e544846b4d4d7550 /README.md
parent5f006803eeeb8fc65a68881cc83ef43d113715a5 (diff)
parent447e86d35d4a0a4aed50056a08c4361c7f903dd8 (diff)
downloadimv-1332a920f5a36dcdff5625bc703b0bba07fb83e7.tar.gz
Merge pull request #64 from czarkoff/master
Build infrastructure improvements
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2a08f31..7ed1ff3 100644
--- a/README.md
+++ b/README.md
@@ -64,6 +64,17 @@ Installation
$ make
# make install
+Macro `PREFIX` controls installation prefix. If more control over installation
+paths is required, macros `BINPREFIX`, `MANPREFIX` and `DATAPREFIX` are
+available. Eg. to install `imv` to home directory, run:
+
+ $ BINPREFIX=~/bin PREFIX=~/.local make install
+
+In case something goes wrong during installation process you may use verbose
+mode to inspect commands issued by make:
+
+ $ V=1 make
+
Tests
-----