File: install.rst

package info (click to toggle)
ufo-filters 0.13.0%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,860 kB
  • ctags: 3,743
  • sloc: ansic: 21,788; lisp: 2,472; python: 156; makefile: 133
file content (27 lines) | stat: -rw-r--r-- 697 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
============
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::

    $ git clone https://github.com/ufo-kit/ufo-filters

Configure the build with::

    $ cd <source-path>
    $ cmake .

Installation paths can be customized by passing ``configure`` equivalents like
so::

    $ cmake . -DPREFIX=/usr -DLIBDIR=/usr/lib64

Now build and install the filters with::

    $ make && make install

Depending on the installation location, the second step requires administration
rights.