Download package via FTP
Official releases of ViPEC can be downloaded from:
http://download.sourceforge.net/vipec/ or from ViPEC's official released packages section.
Here you will find source and binary distributions of ViPEC.
Anonymous CVS Access
For the those of you who want the latest cutting edge stuff, this project's SourceForge CVS repository can be checked out through anonymous (pserver) CVS with the following instruction set.
First login to the CVS server:
Note: when prompted for a password just press the Return key.
cvs -d:pserver:anonymous@cvs.vipec.sourceforge.net:/cvsroot/vipec login
To check out the latest version 2 code type:
cvs -z3 -d:pserver:anonymous@cvs.vipec.sourceforge.net:/cvsroot/vipec co ver2
To check out the latest version 3 code type:
cvs -z3 -d:pserver:anonymous@cvs.vipec.sourceforge.net:/cvsroot/vipec co ver3
Updates from within the module's directory do not need the -d parameter.