summaryrefslogtreecommitdiff
path: root/src/xutf8/utils/INSTALL
blob: a9fbd7cf3b326bde3cf90ed19b3f39e962704317 (plain)
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

Default install :

        tar -xvzf Xutf8.tar.gz
        cd Xutf8
        ./configure --prefix=/usr
	su -c "make install"



Install with tables generation :

	You must have a copy of http://www.unicode.org/Public/MAPPINGS/ in
	the ./MAPPINGS/ directory and a copy of UnicodeData-2.txt in ./
	to generate the conversion tables.

	To add a table, edit utils/tbl_gen.sh and utils/convert_map.c.

	tar -xvzf Xutf8.tar.gz
	cd Xutf8
	./configure
	cd utils
	make
	cd ..
	su -c "make install"