Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
76b071b1
Commit
76b071b1
authored
Feb 05, 2008
by
Kenichi Handa
Browse files
(Complex Text Layout support libraries): New section.
parent
25e50a58
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
31 additions
and
0 deletions
+31
-0
INSTALL
INSTALL
+31
-0
No files found.
INSTALL
View file @
76b071b1
...
...
@@ -151,6 +151,37 @@ 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
display
correctly
such
complext
scripts
as
Indic
and
Khmer
correclty
.
On
some
systems
,
particularly
on
GNU
/
Linux
,
these
libraries
may
already
be
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
those
libraries
are
available
by
anonyous
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
The
installation
procedure
is
the
same
for
them
as
below
:
%
cd
CVC_WORKING_DIR
(
m17n
-
db
,
m17n
-
lib
,
or
libotf
)
%
./
autogeh
.
sh
%
./
configure
%
make
%
make
install
(
you
may
have
to
run
this
after
"su root"
)
Please
note
that
Emacs
is
configured
with
the
arg
"--enable-font-backend"
to
get
the
benefit
of
those
libraries
.
*
Extra
fonts
The
Emacs
distribution
does
not
include
fonts
and
does
not
install
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment