From 39f5369864aa2037b6088f08b5202a8b0d80ab4f Mon Sep 17 00:00:00 2001 From: Nicola Fontana Date: Sun, 2 May 2010 17:38:40 +0200 Subject: [PATCH] [docs] Updated README.xml Improved the README by updating the dependencies and erasing the old craft still alive. --- docs/gnu/README.xml | 30 ++++++++++++++++-------------- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/docs/gnu/README.xml b/docs/gnu/README.xml index ffd42f9b..46216df3 100644 --- a/docs/gnu/README.xml +++ b/docs/gnu/README.xml @@ -65,12 +65,15 @@ integrated in a single application. The ADG library has the following dependencies: - glib 2.10.1 or later - cairo 1.7.4 or later - gtk+ 2.8.0 or later, needed by the demo program + glib 2.10.1 or later (required) + cairo 1.7.4 or later (required) + gtk+ 2.12.0 or later (optional), needed by + the adg-demo program + gtk-doc 1.9 or later (optional), + used to regenerate the API documentation -These packages should be installed prior to build the ADG: they should +The required packages must be installed prior the ADG building: they should be provided by nearly every decent unix-like system. The ADG is mainly developed on GNU/Linux systems but its dependecies are known to be cross platform so a porting should be quite easy (if not automatic). @@ -87,23 +90,22 @@ for managing free software projects. Download the ADG tarball and put it somewhere in your file system, where you have write access (your home directory is a good candidate). You can browse the old releases or get the latest tarball from - sourceforge. + sourceforge. - Unpack the tarball: use the version you downloaded in the previous step - instead of 0.3.2: -tar -xjvf adg-0.3.2.tar.bz2 + Unpack the tarball. Use the version you downloaded in the previous step + instead of 0.6.0: +tar xjvf adg-0.6.0.tar.bz2 Configure the build. You can set different options while configuring: check the output of ./configure --help to get all the available options. Furthermore, the INSTALL file gives you a detailed description of the common options. -cd adg-0.3.2 +cd adg-0.6.0 ./configure Build the ADG library. make Once the building has finished, you are able to run the demo program - without installing anything. Just try them out: -./demo/adg-demo -./demo/ldim + without installing anything. Just try it out: +./demo/adg-demo Install the ADG library on your system. You must have root privileges to do that or you have to configure a target directory (the --prefix option in configure) that is user-writable. @@ -113,8 +115,8 @@ for managing free software projects. sudo make install You can uninstall the ADG whenever you want by typing: make uninstall - from inside the ADG build directory. Just be sure to have the same - privileges you had while installing it. + from inside the ADG build directory (or sudo make uninstall). Just + be sure to have the same privileges you had when installing it. -- 2.11.4.GIT