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 |