This file is indexed.

/usr/share/doc/ufo-filters/html/_sources/install.rst.txt is in ufo-filters-doc 0.14.1+dfsg1-1.1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
============
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:`read`
and :gobj:class:`write`). 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 . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib64

Now build and install the filters with::

    $ make && make install

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