INSTALLATION
============

NOTE: This software makes use of the OpenSSL libraries.
      The core FreeBSD and OpenBSD systems include OpenSSL.
      Before installing on Linux you will first have to ensure that OpenSSL
      has been installed.

NOTE: By default this software makes use of the /dev/urandom device.
      This can be changed in the Makefile under DEFS/RND_DEVICE.

Type "make install" (as root) to install the binaries on the system.
The cion_keygen(1), cion_encrypt(1), cion_decrypt(1) cion_fencrypt(1) and
cion_fdecrypt(1) binaries are installed in the /usr/local/bin directory.

Type "make maninstall" (as root) to install the groff_mdoc manual page
sources on the system.
The cion_keygen(1), cion_encrypt(1), cion_decrypt(1) cion_fencrypt(1) and
cion_fdecrypt(1) manual pages are installed in the /usr/local/man/man1
directory.
