Mercurial > emacs
comparison INSTALL @ 24452:3f25405e6e70
Add detailed instructions to unpack and install intlfonts on MS-DOS.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sun, 07 Mar 1999 17:10:24 +0000 |
parents | 526d645420b5 |
children | 7f38d541d411 |
comparison
equal
deleted
inserted
replaced
24451:4e77e063fc79 | 24452:3f25405e6e70 |
---|---|
595 called `leim.tgz', type this command: | 595 called `leim.tgz', type this command: |
596 | 596 |
597 djtar -x leim.tgz | 597 djtar -x leim.tgz |
598 | 598 |
599 If you want to print international characters, install the intlfonts | 599 If you want to print international characters, install the intlfonts |
600 distribution. For this, create a directory called, `fonts', under the | 600 distribution. For this, create a directory called `fonts' under the |
601 Emacs top-level directory (usually called `emacs-XX.YY') created by | 601 Emacs top-level directory (usually called `emacs-XX.YY') created by |
602 unpacking emacs.tgz, chdir into the directory emacs-XX.YY/fonts, and | 602 unpacking emacs.tgz, chdir into the directory emacs-XX.YY/fonts, and |
603 type this: | 603 type this: |
604 | 604 |
605 djtar -x intlfonts.tgz | 605 djtar -x intlfonts.tgz |
608 created, where XX.YY is the Emacs version. To build and install | 608 created, where XX.YY is the Emacs version. To build and install |
609 Emacs, chdir to that directory and type these commands: | 609 Emacs, chdir to that directory and type these commands: |
610 | 610 |
611 config msdos | 611 config msdos |
612 make install | 612 make install |
613 | |
614 To install the international fonts, chdir to the intlfonts-X.Y | |
615 directory created when you unpacked the intlfonts distribution (X.Y is | |
616 the version number of the fonts' distribution), and type the following | |
617 command: | |
618 | |
619 make bdf INSTALLDIR=.. | |
620 | |
621 After Make finishes, you may remove the directory intlfonts-X.Y; the | |
622 fonts are installed into the fonts/bdf subdirectory of the top-level | |
623 Emacs directory, and that is where Emacs will look for them by | |
624 default. | |
613 | 625 |
614 Building Emacs creates executable files in the src and lib-src | 626 Building Emacs creates executable files in the src and lib-src |
615 directories. Installing Emacs on MSDOS moves these executables to a | 627 directories. Installing Emacs on MSDOS moves these executables to a |
616 sibling directory called bin. For example, if you build in directory | 628 sibling directory called bin. For example, if you build in directory |
617 /emacs, installing moves the executables from /emacs/src and | 629 /emacs, installing moves the executables from /emacs/src and |