summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2016-03-17 10:35:49 +0100
committerMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2016-03-17 10:35:49 +0100
commit465954f0061e27f8cb9841fcfad902a37470bb96 (patch)
treef7ada07522838a69f356e507a801e71123fe000e /docs
parenta7d97da40e94d0905bdb479e29a461386e8fead3 (diff)
Improve Debian build instructions
Diffstat (limited to 'docs')
-rw-r--r--docs/manual/install/linux.rst18
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/manual/install/linux.rst b/docs/manual/install/linux.rst
index dd5b575..1508711 100644
--- a/docs/manual/install/linux.rst
+++ b/docs/manual/install/linux.rst
@@ -32,10 +32,28 @@ ufo-core::
$ sudo apt-get install build-essentials cmake libglib2.0-dev libjson-glib-dev
+You will also need an OpenCL ICD loader. To simply get the build running, you
+can install ::
+
+ $ sudo apt-get install ocl-icd-opencl-dev
+
+Generating the introspection files for interfacing with third-party languages
+such as Python you must install ::
+
+ $ sudo apt-get install gobject-introspection libgirepository1.0-dev
+
+and advised to install ::
+
+ $ sudo apt-get install python-dev
+
To use the ``ufo-mkfilter`` script you also need the jinja2 Python package::
$ sudo apt-get install python-jinja2
+Building the reference documentation and the Sphinx manual requires::
+
+ $ sudo apt-get install gtk-doc-tools python-sphinx
+
Additionally the following packages are recommended for some of the plugins::
$ sudo apt-get install libtiff5-dev