aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2013-09-20 09:33:46 -0700
committerGlenn Morris2013-09-20 09:33:46 -0700
commit525540c0631481f7613bb936db7cc99793f522fd (patch)
treea65451de24bedabbcb6b85ce3de021d43b7da04f
parent00382e8b9834e58203507d0461884671b78ebc01 (diff)
downloademacs-525540c0631481f7613bb936db7cc99793f522fd.tar.gz
emacs-525540c0631481f7613bb936db7cc99793f522fd.zip
* INSTALL: Update m17n details.
-rw-r--r--INSTALL14
1 files changed, 1 insertions, 13 deletions
diff --git a/INSTALL b/INSTALL
index 02813ac871b..f5c9d8f44ec 100644
--- a/INSTALL
+++ b/INSTALL
@@ -117,19 +117,7 @@ packages. Note that if there is a separate `dev' or `devel' package,
117for use at compilation time rather than run time, you will need that 117for use at compilation time rather than run time, you will need that
118as well as the corresponding run time package; typically the dev 118as well as the corresponding run time package; typically the dev
119package will contain header files and a library archive. Otherwise, 119package will contain header files and a library archive. Otherwise,
120you can download and build libraries from sources. 120you can download the libraries from <http://www.nongnu.org/m17n/>.
121
122The sources of these libraries are available by anonymous CVS from
123cvs.m17n.org.
124
125 % cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/m17n login
126 % cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/m17n co m17n-db
127 % cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/m17n co m17n-lib
128 % cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/m17n co libotf
129
130For m17n-lib, if you have problems with making the whole package
131because you lack some other packages on which m17n-lib depends, try to
132configure it with the option "--without-gui".
133 121
134Note that Emacs cannot support complex scripts on a TTY, unless the 122Note that Emacs cannot support complex scripts on a TTY, unless the
135terminal includes such a support. 123terminal includes such a support.