aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorEric Engestrom <eric.engestrom@intel.com>2019-12-24 10:33:54 +0000
committerHarry Jeffery <harry@exec64.co.uk>2020-02-08 00:29:25 +0000
commit04ef9440fb079736020d796142de18008da3ba62 (patch)
tree014e98965acaa95cd7ebf4569e5d052f4ef33833 /README.md
parent2dd0c1469e2d87c5263fb513c331b82617ca2e12 (diff)
downloadimv-04ef9440fb079736020d796142de18008da3ba62.tar.gz
drop the old Makefile and update the docs
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 9 insertions, 9 deletions
diff --git a/README.md b/README.md
index dacabcb..ba3e42e 100644
--- a/README.md
+++ b/README.md
@@ -133,21 +133,21 @@ Installation
| libpng | | Optional. Provides PNG support. |
| libjpeg-turbo | | Optional. Provides JPEG support. |
| librsvg | >=v2.44 | Optional. Provides SVG support. |
-| libnsgif | | Optional. Provides GIF support. |
+| libnsgif | | Optional. Provides animated GIF support. |
Dependencies are determined by which backends and window systems are enabled
-when building `imv`. You can find a summary of which backends are available and
-control which ones `imv` is built with in [config.mk](config.mk)
+when building `imv`. You can find a summary of which backends are available
+in [meson_options.txt](meson_options.txt)
- $ $EDITOR config.mk
- $ make
- # make install
+ $ meson builddir/
+ $ ninja -C builddir/
+ # ninja -C builddir/ install
-Macro `PREFIX` controls installation prefix. If more control over installation
-paths is required, macros `BINPREFIX`, `MANPREFIX` and `DATAPREFIX` are
+`--prefix` controls installation prefix. If more control over installation
+paths is required, `--bindir`, `--mandir` and `--datadir` are
available. Eg. to install `imv` to home directory, run:
- $ BINPREFIX=~/bin PREFIX=~/.local make install
+ $ meson --bindir=~/bin --prefix=~/.local
License
-------