summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2017-09-25 15:58:50 +0200
committerMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2017-09-25 15:58:50 +0200
commite9f42c45beb6f42085e21cb303ba4f321559f966 (patch)
treef2767962fb4b424a58cf0ade63fe9f328b8a0642 /docs
parentef72525319df94ae3a2748f1eaf393f9fda18fac (diff)
downloadufo-filters-e9f42c45beb6f42085e21cb303ba4f321559f966.tar.gz
ufo-filters-e9f42c45beb6f42085e21cb303ba4f321559f966.tar.bz2
ufo-filters-e9f42c45beb6f42085e21cb303ba4f321559f966.tar.xz
ufo-filters-e9f42c45beb6f42085e21cb303ba4f321559f966.zip
Fix installation guide
Diffstat (limited to 'docs')
-rw-r--r--docs/install.rst7
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/install.rst b/docs/install.rst
index 418febd..f83f4f1 100644
--- a/docs/install.rst
+++ b/docs/install.rst
@@ -3,9 +3,8 @@ Installation
============
Prior to building the filter suite you have to install the base library ufo-core
-as well as all task-specific dependencies (e.g. *libtiff* for
-:gobj:class:`reader` and :gobj:class:`writer`). Once installed you can check out
-the source with::
+as well as all task-specific dependencies (e.g. *libtiff* for :gobj:class:`read`
+and :gobj:class:`write`). Once installed you can check out the source with::
$ git clone https://github.com/ufo-kit/ufo-filters
@@ -17,7 +16,7 @@ Configure the build with::
Installation paths can be customized by passing ``configure`` equivalents like
so::
- $ cmake . -DPREFIX=/usr -DLIBDIR=/usr/lib64
+ $ cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib64
Now build and install the filters with::