Builiding genedc

[+] | [-]

Dependencies

Building Genedc from source

You can get the sources from the project page or from the code repository. This is how to get the code from the repository and compile it.

svn co https://genedc.svn.sourceforge.net/svnroot/genedc genedc
./configure
make
make install

To use a tarball:

wget http://downloads.sourceforge.net/genedc/genedc-X.Y.Z.tar.gz
tar xfvz genedc-X.Y.Z.tar.gz
d genedc-X.Y.Z
./configure
make
./genedc

Last modified on Tue Feb 26 07:53:16 +0000 2008