1For Debian the best thing to do is to do "apt-get install postal", if you don't
2want to use the version supplied with your version of Debian you can build a
3Debian package in the usual manner.
4Change to the directory containing the unpacked source and use the command:
5dpkg-buildpackage -rfakeroot -tc -us
6That will create a .deb in the parent directory.
7
8For Red Hat etc there is a portslave.spec file to allow for building with
9the "rpm -b" command.
10
11For Solaris use the command "make -C sun" to build a package in /var/spool/pkg
12(make sure you have write access to that directory).
13
14For other Unix setup "./configure ; make install" should do an install.
15