/[mcrypt]/mcrypt/INSTALL
ViewVC logotype

Contents of /mcrypt/INSTALL

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (show annotations) (vendor branch)
Mon May 22 13:07:21 2000 UTC (23 years, 10 months ago) by nmav
Branch: mcrypt
CVS Tags: mcrypt_2_5_9b, mcrypt_2_5_11, mcrypt_2_5_10, mcrypt_2_5_12, start, mcrypt_2_5_9, mcrypt_2_5_8, mcrypt_2_6_0, mcrypt_2_5_7
Changes since 1.1: +0 -0 lines

1 INSTALLATION for mcrypt
2
3 To install in just write 'configure' and 'make' to compile the
4 program (you need a c compiler like gcc). Then type 'make check' and if
5 the test is successful type 'make install' as root to copy
6 the program in /usr/local/bin or in prefix, if specified.
7 As far as I know it runs in both big-endian and little-endian machines.
8 It tried to make this program as much compatible with different systems as I
9 could. If it does not work on your system or if the output is incompatible
10 with other systems report it to nmav@hellug.gr and mention your system
11 type (cpu), endianess and the size of long integer (32bit or 64bit).
12
13 If "make check" reported problems, you should turn off optimization
14 in your compiler. If the problems persist it is probably a bug in
15 mcrypt.
16
17 If compilation fails because of gettext (nls code), use the --disable-nls,
18 if you want to disable internationalization, or --with-included-gettext, if
19 you want to enable it, as a parameter to configure script. On IRIX 6.4
20 there is a problem with the nls code, so use --disable-nls.
21
22 If you're installing with nls support, follow the instructions in ABOUT-NLS
23 file. Briefly put in the environment parameter LINGUAS the
24 characters which identify your country's language according to iso639
25 (eg. "el" for greek language).
26
27 If your system does not support fcntl style locking use the parameter
28 to configure --disable-fcntl-locking.
29
30 Nikos
31
32

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26