--- web/download.xml 2007/07/10 17:59:46 737 +++ web/download.xml 2007/07/10 17:59:52 738 @@ -30,14 +30,19 @@ You can also download the CVS tree through an anonymous access. Set the CVSROOT environment variable to :pserver:anonymous@cvs.cduce.org:/cvsroot -and do cvs checkout cduce. You can then do cvs update +and do cvs checkout cduce. Or more simply, copy and paste in a terminal the following line +

+cvs -z3 -d ":pserver:anonymous@cvs.cduce.org:/cvsroot" co cduce +

+You can then do cvs update -dP in the cduce subdirectory to get an up-to-date version of the CVS tree.

In order to built CDuce from the current CVS tree, you need -to install ulex. +to install ulex, and also attentively +read INSTALL instructions.