# mkdir -p /package # chmod 1755 /packageDownload ipsvd-1.0.0.tar.gz into /package and unpack the archive
# cd /package # gunzip ipsvd-1.0.0.tar # tar -xpf ipsvd-1.0.0.tar # rm ipsvd-1.0.0.tar # cd net/ipsvd-1.0.0If you are installing on Linux or MacOSX, and want to make the sslsvd and sslio programs available, download the matrixssl library version 1.8.3 (newer versions probably work too) and copy the archive to the src/matrixssl.tar.gz (alternatively download from the Debian archive)
# cp matrixssl-1-8-3-open.tar.gz src/matrixssl.tar.gzNow compile and install the ipsvd programs
# package/installIf you want to make the man pages available in the /usr/local/man/ hierarchy, do
# package/install-manTo report success:
# mail pape-ipsvd-1.0.0@smarden.org <compile/sysdepsIf you use ipsvd regularly, please contribute to the project.
Refer to the examples to learn how to set up services with ipsvd.