G. Pape
ipsvd

ipsvd - installation


ipsvd installs into /package.

Download ipsvd-0.7.1.tar.gz into /package and unpack the archive

  # cd /package
  # gunzip ipsvd-0.7.1.tar
  # tar -xpf ipsvd-0.7.1.tar
  # rm ipsvd-0.7.1.tar
  # cd net/ipsvd-0.7.1
Download the dibdns client library into the current directory, unpack the archive, and build the library
  # gunzip djbdns-pd-1.05.tar
  # tar -xpf djbdns-pd-1.05.tar
  # cd djbdns-pd-1.05
  # make libdjbdns.a
  ...
  # cd ..
Compile and install the ipsvd programs
  # package/install
If you want to make the man pages available in the /usr/local/man/ hierarchy, do
  # package/install-man
To report success:
  # mail pape-ipsvd-0.7.1@smarden.org <compile/sysdeps

Gerrit Pape <pape@smarden.org>
$Id: install.html,v 1.18 2003/11/26 09:22:50 pape Exp $