-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathINSTALL
31 lines (22 loc) · 954 Bytes
/
INSTALL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
iso-8859-1 / latin1 version
===========================
$ ./configure --disable-multibyte && make
The standard version of vilistextum should compile on any system with a
C-Compiler. It has been successfully compiled on Linux, FreeBSD and Solaris
systems.
Multibyte/Unicode version
=========================
Since 2.8.0 the multibyte version will be built by default
$ ./configure && make
The multibyte version needs a good iconv implementation. The best and
most portable implementation is libiconv.
http://www.gnu.org/software/libiconv
The glibc (GNU C Library) implementation is also sufficient. For
non-glibc systems, libiconv is recommended.
The configure script detects if libiconv is installed and falls back
to the standard iconv implementation if not.
"make test" will fail if the iconv implementation is insufficient.
Misc
====
If GNU getopt is not installed, the POSIX getopt will be used.
In this case long options are not available.