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-11-04 20:03:54 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2006-11-04 20:03:54 (GMT)
commitc3a6f5abbf48ccef5d291fcda574031289dc9fc5 (patch)
tree9de1a9365098efac95c5e4ba6c50abe8a845770a /INSTALL
parentf835c7d1dde4020c8e5ebecd6eed7c80f6bc9a88 (diff)
Support for autopackage 1.2
* INSTALL: * autopackage/default.apspec.in: Support for autopackage 1.2 * src/boards/clickgame.c: (canvas_event), (clickgame_start), (clickgame_next_level): A little bit speady, patched by Joshua * src/gcompris/gcompris.c: (gc_activation_check), (gc_init): changed the way --database and --create-db work. Now if the file pointed to --database does not exist, it is created. Now if --create-db is given and the base we point to already exist we erase it first and recreate it. * src/gcompris/sdlplayer.c: (sdlplayer_init), (sdlplayer_quit), (sdlplayer_bg), (sdlplayer), (sdlplayer_halt), (sdlplayer_close), (sdlplayer_reopen), (sdlplayer_pause), (sdlplayer_resume): * src/gcompris/soundutil.c: (gc_sound_init), (gc_sound_close), (gc_sound_reopen), (scheduler_bgnd), (thread_play_ogg): * src/gcompris/soundutil.h: Fixed random freeze when unsetting sounds in the config pannel.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL7
1 files changed, 7 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index ab8d657..729be5a 100644
--- a/INSTALL
+++ b/INSTALL
@@ -61,6 +61,13 @@ urpmi libsqlite3_0 libsqlite3_0-devel
urpmi python-sqlite2
urpmi libxxf86vm1-devel
+WARNING
+=======
+ We are using sqlite but it doesn't work on NFS mounted partitions.
+ If you home directory is on a remote server, then use run GCompris
+ with a local file for its database like:
+ gcompris --database=/tmp/gcompris.db
+
Basic Installation
==================