Add the toutdoux packages location to APT configuration '/etc/apt/sources.list'
HTTP location : deb http://www.gnu.org/software/toutdoux/debian/ ./
$ su superuser login
# apt-get update update the APT locale database
# apt-get install getxml 'getxml' package installation
# apt-get install dtags 'dtags' package installation
# exit superuser logout
The source code tree is hosted on the Free Software Fondation CVS server.
You can get it here (no password needed):
$ cvs -d:pserver:anoncvs@subversions.gnu.org:/cvsroot/toutdoux login connection
$ cvs -z3 -d:pserver:anoncvs@subversions.gnu.org:/cvsroot/toutdoux co -P toutdoux download
$ ./autogen.sh compilation scripts generation
$ make compilation
You can get it here with developer acces:
$ export CVS_RSH=ssh ssh for secured shell
$ cvs -z3 -ddevelopername@subversions.gnu.org:/cvsroot/toutdoux/ co -P toutdoux download
$ ./autogen.sh compilation scripts generation
$ make compilation