		INSTALLATION for mini-crypt

To install in just write 'configure' and 'make' to compile the 
program (you need a c compiler like gcc). Then type 'make test' and if
the test is successful type 'make install' as root to copy  
the program in /usr/local/bin or in prefix if specified.
As far as I know it runs in both big-endian and little-endian machines.
It tried to make this program as much compatible with different systems as I 
could. If it does not work on your system or if the output is incompatible 
with other systems report it to nmav@i-net.paiko.gr and mention your system 
type (cpu), endianess and the size of long integer(32bit or 64bit).

If compilation fails because of gettext, use the --disable-nls as a parameter 
to configure script. 

If you're installing with nls support, follow the instructions in ABOUT-NLS
file. Briefly put in the environment parameters LINGUAS and LANG the
characters which identify your country's language according to iso639 
(eg. "el" for greek language).

                                                         Nikos


