# mkdir -p /package # chmod 1755 /packageDownload ipsvd-0.9.4.tar.gz into /package and unpack the archive
# cd /package # gunzip ipsvd-0.9.4.tar # tar -xpf ipsvd-0.9.4.tar # rm ipsvd-0.9.4.tar # cd net/ipsvd-0.9.4If you are installing on Linux, and want to make the sslio program available, download the matrixssl library version 1.1.1 and move it into the src/ directory (alternatively download from the Debian archive)
# mv matrixssl-1-1-1.tar.gz src/Now 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-0.9.4@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.