Execute the following commands to perform each task

-- Compilation & Installation

# Installation on linux
tar -zxf ipupdate-1.1.0.tar.gz
cd ipupdate-1.1.0
make install

# the following files would be installed
/etc/ipupdate.conf
/etc/ipupdate/dollardns
/etc/ipupdate/whatismyip
/etc/ipupdate/ifip
/usr/sbin/ipupdate
%{mandir}/man8/ipupdate.8
%{mandir}/man5/ipupdate.conf.5
%{mandir}/man7/getip.7

# Compilation on windows with mingw
tar -zxf ipupdate-1.1.0.tar.gz
cd ipupdate-1.1.0
make -f Makefile.mingw

installation on windows involves creating a directory for ipupdate
and moving the executeables and ipupdate.conf to it.  Be sure to
correct the getip paths within the configuration file.

-- Configuration & Execution

Read the manpages

Online documentation can be found at:
http://sourceforge.net/docman/?group_id=146709
