> I do not know how to update to 3.11 in doudou 2.1(based on debian6), i 
> found the gcompris in debian 6 ,have the same problem as in doudou 2.1. 
> But in debian 7, gcompris12.01  works better.
> 
> But i do not know how to upgrade to 12.01 from doudou2.1. Build? 
> doudou2.1 has no gcc, and can't install gcc.  I don't know why.
> 
> Linux, is really not suitable for ordinary beings.

Children are not supposed to need gcc ;).

You first have to update Debian repositories information, then you can
install anything:

# apt-get update
# apt-get install gcc etc.

There is little chance that a backported version of GCompris exists for
Squeeze. Either you try to recompile a newer version, or you wait for
version 2.5 which will be based on Wheezy. If you want to recompile, a
way that is usually quite easy consists in downloading the Debian source
package of the newer version (Wheezy) and try to recompile the Debian
package from an older system (Squeeze). You'll need to install the
required dependencies of the source package then you can build it:

[wheezy] $ apt-get source gcompris
[squeeze] # apt-get build-dep gcompris
[squeeze] $ cd path/to/gcompris_src/
[squeeze] $ dpkg-buildpackage

You may need to change some version numbers in the source package
dependencies (in the file debian/control).

-- 
Cheers,
JM.

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
Doudoulinux-dev mailing list
[email protected]
https://mail.gna.org/listinfo/doudoulinux-dev

Reply via email to