From fa17e2594ca48d938125ae193e10a9f8ce0059f7 Mon Sep 17 00:00:00 2001 From: Ichthyostega Date: Mon, 7 Mar 2011 03:58:54 +0100 Subject: [PATCH] corrections to the build tutorial (reported by Lars Knickrehm) Signed-off-by: Ichthyostega --- doc/user/tutorials/building.txt | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/doc/user/tutorials/building.txt b/doc/user/tutorials/building.txt index 8bddcb93b..98c63e4bc 100644 --- a/doc/user/tutorials/building.txt +++ b/doc/user/tutorials/building.txt @@ -78,7 +78,7 @@ mkdir build cd build ../configure make -make install +sudo make install ------------------------------------------------------------ Installing GDL @@ -89,8 +89,11 @@ but we contributed some improvements, which are only available in the very recent development versions of GDL. Thus, for now we created a special package, which doesn't interfere with an existing (older) installation of GDL. -Ubuntu 9.04 note: intltool-update is not patched, you must add -/usr/share/intltool-debian/ to get the gdl-package to configure correctly (JSC). +Ubuntu 9.04 note:: + intltool-update is not patched, you must add +/usr/share/intltool-debian/+ + to get the gdl-package to configure correctly (JSC). +Ubuntu 10.10 note:: + you need to install the +intltool+ package from the standard ubuntu repository ------------------------------------------------------------ git clone git://git.lumiera.org/gdl-package