Make the section "Complex Text Layout support
libraries" the first of "ADDITIONAL DISTRIBUTION FILES".
This commit is contained in:
parent
1be9bd1e9d
commit
11e244d815
2 changed files with 29 additions and 24 deletions
|
@ -1,3 +1,8 @@
|
|||
2009-04-03 Kenichi Handa <handa@m17n.org>
|
||||
|
||||
* INSTALL: Make the section "Complex Text Layout support
|
||||
libraries" the first of "ADDITIONAL DISTRIBUTION FILES".
|
||||
|
||||
2009-03-06 Dan Nicolaescu <dann@ics.uci.edu>
|
||||
|
||||
* configure.in (rs6000-ibm-aix6*): Fix typo.
|
||||
|
|
48
INSTALL
48
INSTALL
|
@ -99,6 +99,30 @@ that, so please refer to them if the simple procedure does not work.
|
|||
|
||||
ADDITIONAL DISTRIBUTION FILES
|
||||
|
||||
* Complex Text Layout support libraries
|
||||
|
||||
Emacs needs the optional libraries "m17n-db", "libm17n-flt", "libotf"
|
||||
to correctly display such complex scripts as Indic and Khmer.
|
||||
On some systems, particularly GNU/Linux, these libraries may be
|
||||
already present or available as additional packages. Note that if
|
||||
there is a separate `dev' or `devel' package, for use at compilation
|
||||
time rather than run time, you will need that as well as the
|
||||
corresponding run time package; typically the dev package will contain
|
||||
header files and a library archive. Otherwise, you can download and
|
||||
build libraries from sources.
|
||||
|
||||
The sources of these libraries are available by anonymous CVS from
|
||||
cvs.m17n.org.
|
||||
|
||||
% cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/m17n login
|
||||
% cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/m17n co m17n-db
|
||||
% cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/m17n co m17n-lib
|
||||
% cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/m17n co libotf
|
||||
|
||||
For m17n-lib, if you have problems with making the whole package
|
||||
because you lack some other packages on which m17n-lib depends, try to
|
||||
configure it with the option "--without-gui".
|
||||
|
||||
* intlfonts-VERSION.tar.gz
|
||||
|
||||
The intlfonts distribution contains X11 fonts in various encodings
|
||||
|
@ -155,30 +179,6 @@ these libraries won't work because some routines are missing, and
|
|||
configure should avoid such old versions. If that happens, use the
|
||||
--without-LIB options to `configure'. See below for more details.
|
||||
|
||||
* Complex Text Layout support libraries
|
||||
|
||||
Emacs needs the optional libraries "m17n-db", "libm17n-flt", "libotf"
|
||||
to correctly display such complex scripts as Indic and Khmer.
|
||||
On some systems, particularly GNU/Linux, these libraries may be
|
||||
already present or available as additional packages. Note that if
|
||||
there is a separate `dev' or `devel' package, for use at compilation
|
||||
time rather than run time, you will need that as well as the
|
||||
corresponding run time package; typically the dev package will contain
|
||||
header files and a library archive. Otherwise, you can download and
|
||||
build libraries from sources.
|
||||
|
||||
The sources of these libraries are available by anonymous CVS from
|
||||
cvs.m17n.org.
|
||||
|
||||
% cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/m17n login
|
||||
% cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/m17n co m17n-db
|
||||
% cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/m17n co m17n-lib
|
||||
% cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/m17n co libotf
|
||||
|
||||
For m17n-lib, if you have problems with making the whole package
|
||||
because you lack some other packages on which m17n-lib depends, try to
|
||||
configure it with the option "--without-gui".
|
||||
|
||||
* Extra fonts
|
||||
|
||||
The Emacs distribution does not include fonts and does not install
|
||||
|
|
Loading…
Add table
Reference in a new issue