summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2013-07-16 08:45:17 +0200
committerMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2013-07-16 08:45:17 +0200
commit5209f108fb252dbf649ece79f5a6af49151d9721 (patch)
treee9aa363f0aa3385869a35fac56a4a198106e8fcb /docs
parent3182fa2bcae5dea54f7f3c82ead20ac006da0415 (diff)
downloaduca-5209f108fb252dbf649ece79f5a6af49151d9721.tar.gz
uca-5209f108fb252dbf649ece79f5a6af49151d9721.tar.bz2
uca-5209f108fb252dbf649ece79f5a6af49151d9721.tar.xz
uca-5209f108fb252dbf649ece79f5a6af49151d9721.zip
Update manual with better pre-install instructions
Diffstat (limited to 'docs')
-rw-r--r--docs/manual.md18
1 files changed, 10 insertions, 8 deletions
diff --git a/docs/manual.md b/docs/manual.md
index 732e5c3..b709f63 100644
--- a/docs/manual.md
+++ b/docs/manual.md
@@ -33,21 +33,23 @@ Make sure you have
* GLib and GObject development libraries and
* necessary camera SDKs
-installed. With Debian/Ubuntu this should be enough:
+installed.
- sudo apt-get install libglib2.0 cmake gcc
+For the base system, install
+
+ [Debian] sudo apt-get install libglib2.0 cmake gcc
+ [openSUSE] sudo zypper in glib2-devel cmake gcc
In case you want to use the graphical user interface you also need the Gtk+
development libraries:
- sudo apt-get install libgtk+2.0-dev
-
-If you want to build the most recent version fresh from the [Git
-repository][repo], you also need Git:
+ [Debian] sudo apt-get install libgtk+2.0-dev
+ [openSUSE] sudo zypper in gtk2-devel
- sudo apt-get install git
+To generate bindings for third-party languages, you have to install
-[repo]: http://ufo.kit.edu/repos/libuca.git/
+ [Debian] sudo apt-get install gobject-introspection
+ [openSUSE] sudo zypper in gobject-introspection-devel
#### Fetching the sources