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>2007-08-30 23:30:52 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2007-08-30 23:30:52 (GMT)
commitb1f0cb2ebe48546cf96d2367184728af0e1f9bac (patch)
tree0a48206124d5e2d73c79dcf73593a1e2c9a611eb /INSTALL
parent2ace1e405e664ea889776626947d51dc28ee61f7 (diff)
Fixed bug#327462 : Please move data files into a separate CVS module
Now all voices are in a separated svn module. The voices must now be put under boards/voices/<locale> instead of boards/sounds/<locale> To get the voices installed in the proper place, simply run: make update-voices svn path=/trunk/; revision=2944
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 4 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index f1ac1a1..c300917 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,12 +1,16 @@
GCompris Specific Instructions
==============================
+WARNING: Starting at GCompris 8.4 voices are in a separate svn module
+ To get them, you must run: make update-voices
+
Gcompris can be installed anywhere on your hard drive.
for example, you can use:
sh configure --prefix=/home/bruno/gcompris
make
+make update-voices
make install
Warning: You cannot use ~ in the prefix, it must be a full path.