]> code.delx.au - gnu-emacs/blobdiff - INSTALL
Minor fixes for text of help-echo in some options.
[gnu-emacs] / INSTALL
diff --git a/INSTALL b/INSTALL
index 0da75f8b1d7ae47a172f73317915da73775840c5..3adb21db0afe392065aeff723c4f13e02eb594ef 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -168,13 +168,13 @@ exception of PBM and XBM images whose support is built-in).
 
 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 `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 devel package will contain header
-files and a library archive.  Otherwise, you can download and build
-libraries from sources.  None of them are vital for running Emacs;
-however, note that Emacs will not be able to use colored icons in the
-toolbar if XPM support is not compiled in.
+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.  None of them are vital for
+running Emacs; however, note that Emacs will not be able to use
+colored icons in the toolbar if XPM support is not compiled in.
 
 Here's the list of these optional libraries, and the URLs where they
 can be found:
@@ -182,6 +182,8 @@ can be found:
   . libXaw3d for fancy 3D-style 
       scroll bars:    ftp://ftp.x.org/contrib/widgets/Xaw3d/
   . libxpm for XPM:   ftp://ftp.x.org/contrib/libraries/
+                     Get version 3.4k or later, which lets Emacs 
+                     use its own color allocation functions.
   . libpng for PNG:   ftp://www.libpng.org/pub/png/
   . libz (for PNG):   http://www.info-zip.org/pub/infozip/zlib/
   . libjpeg for JPEG: ftp://ftp.uu.net/graphics/jpeg/
@@ -861,6 +863,13 @@ rerun CONFIG.BAT.  If you have neither ECHO.EXE nor DJECHO.EXE, you
 should be able to find them in your djdevNNN.zip archive (where NNN is
 the DJGPP version number).
 
+On Windows NT or Windows 2000, running "config msdos" might print an
+error message like "VDM has been already loaded".  This is because
+those systems have a program called `redir.exe' which is incompatible
+with a program by the same name supplied with DJGPP, which is used by
+config.bat.  To resolve this, move the DJGPP's `bin' subdirectory to
+the front of your PATH environment variable.
+
 To install the international fonts, chdir to the intlfonts-X.Y
 directory created when you unpacked the intlfonts distribution (X.Y is
 the version number of the fonts' distribution), and type the following