Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorBruno Coudoin <bcoudoin@src.gnome.org>2004-10-09 01:13:31 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2004-10-09 01:13:31 (GMT)
commitf26dea25db5cf1c65f023a732fd7b8347e3f4b0d (patch)
tree9f71dbf16fa573bd22fd956ff78081248190c95f /INSTALL
parentbff3570bfdde6a86e30cce0890f95fac64acdaf5 (diff)
Include new theme from Franck Doucet <franckdoucet on wanadoo point fr>
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL29
1 files changed, 19 insertions, 10 deletions
diff --git a/INSTALL b/INSTALL
index dd0a3b8..45352c6 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,7 +1,7 @@
GCompris Specific Instructions
==============================
-Since Gcompris 0.4.2,it can be installed anywhere on your hard drive.
+Gcompris can be installed anywhere on your hard drive.
for example, you can use:
@@ -14,8 +14,8 @@ This will install gcompris and all its data files under
Then, run /home/bruno/gcompris/bin/gcompris
-Gcompris requires gnome-libs, xmlib2, gdk-pixbuf-gnomecanvas
-and gdk-pixbuf.
+Gcompris requires gtk-libs (and gnome-libs for gcompris-edit),
+xmlib2, gdk-pixbuf-gnomecanvas and gdk-pixbuf.
gcompris also requires the gnuchess package for the chess activity to run.
@@ -28,22 +28,31 @@ gnome-python
python-base
Now that the sound is managed internally, you also need:
-libvorbis libao libogg libao-devel libvorbis-devel libogg-devel
+libSDL libSDL-mixer
On a Mandrake, you will need to install their -devel counterpart package in
order to be abble to compile it plus intltool, tetex.
-In order to compile gcompris on a mandrake 9.1, you must install :
+In order to compile gcompris on a mandrake 10.1 you must install :
urpmi pkgconfig
-urpmi autoconf2
+urpmi autoconf2.5
urpmi glib-gettext
urpmi intltool
-urpmi automake1.6
-urpmi libglib2-devel
-urpmi libgnome2-devel libgnomeui2-devel gdk-pixbuf2-devel libgnomecanvas2-devel
-urpmi gnuchess
+urpmi automake1.7
+urpmi libglib2.0_0-devel
+urpmi libgnome2_0-devel
+urpmi libgnomecanvas2_0-devel libgdk_pixbuf2.0_0-devel
+urpmi libgnomeui2_0-devel
+urpmi libSDL_mixer1.2-devel libSDL1.2-devel
+urpmi python-gtk-devel gnome-python-canvas
+urpmi libpython2.3-devel
+urpmi pygtk2.0-devel
urpmi texinfo
+urpmi texi2html
urpmi tetex
+urpmi gnuchess
+
+
Basic Installation