Download
Stable
To download the latest stable release of homedns from sourceforge go
here.
CVS
If you want to keep up-to-date with the latest version with CVS, do the following:
First we have to login to the CVS server, type
cvs -d:pserver:anonymous@cvs.homedns.sourceforge.net:/cvsroot/homedns login
Just hit ENTER when it asks you for the password.
Next, we checkout the source, type
cvs -z8 -d:pserver:anonymous@cvs.homedns.sourceforge.net:/cvsroot/homedns co homedns
You should now see a bunch of source files listing
Once you have got the source files, you must now build homedns
First cd to homedns, then type
./bootstrap
./configure
make
The executable will be in the parent directory
After you have done the initial checkout and would like to update your source files
locally, you do not need to go through the above steps, just cd to the directory and type
cvs update
|