From 5209f108fb252dbf649ece79f5a6af49151d9721 Mon Sep 17 00:00:00 2001 From: Matthias Vogelgesang Date: Tue, 16 Jul 2013 08:45:17 +0200 Subject: Update manual with better pre-install instructions --- docs/manual.md | 18 ++++++++++-------- 1 file 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 -- cgit v1.2.3