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>2006-10-02 22:46:29 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2006-10-02 22:46:29 (GMT)
commit64666f5057bd24e3391ee8820733207a5677bd5e (patch)
tree569f7662fe063abefaf04f0afd92d0967a27f498 /INSTALL
parent25e450ea597b5dfb034f83c73fda7271edc75aea (diff)
- Imported these files from the gnome-python module in the gnome CVS
Now it is no more needed to have gnome-python installed on your system to have the python plugin support. * src/boards/canvas.c: * src/boards/canvasmodule.c: - Improved makefiles to compile python plugins on windows * Makefile.mingw: * src/boards/Makefile.am: * src/boards/Makefile.mingw: - fixed python animation - fixed all python code to no more import gnome
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL6
1 files changed, 2 insertions, 4 deletions
diff --git a/INSTALL b/INSTALL
index 8be3e6e..927a9b7 100644
--- a/INSTALL
+++ b/INSTALL
@@ -12,7 +12,7 @@ make install
Warning: You cannot use ~ in the prefix, it must be a full path.
Warning: It has been reported that make -j 2 (or more) break the compilation
-This will install GCompris and all its data files under
+This will install GCompris and all its data files under
/home/bruno/gcompris
Then, run /home/bruno/gcompris/bin/gcompris
@@ -26,9 +26,7 @@ gcompris includes several activity written in python.
To enable them, you need to have python installed on your system with the following packages:
libpython
python
-gnome-python-canvas
libpython2.2-devel
-gnome-python
python-base
python-pyxml
python-sqlite2 (if it's not packaged, download and install it from http://initd.org/tracker/pysqlite)
@@ -50,7 +48,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 libSDL_mixer1.2-devel libSDL1.2-devel
urpmi python-gtk-devel gnome-python-canvas
urpmi libpython2.4-devel
urpmi pygtk2.0-devel