diff options
| author | Richard M. Stallman | 1995-10-12 22:28:42 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-10-12 22:28:42 +0000 |
| commit | 3f8bae90723bf9a9645989d5295fb476df869aea (patch) | |
| tree | 626a84055179dacb79aa68ce3dbbb8724af99279 | |
| parent | 224c62c6b244129c5242a8fa6d2d3b4472826f2c (diff) | |
| download | emacs-3f8bae90723bf9a9645989d5295fb476df869aea.tar.gz emacs-3f8bae90723bf9a9645989d5295fb476df869aea.zip | |
*** empty log message ***
| -rw-r--r-- | nt/install | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/nt/install b/nt/install index 7b96f12bcbd..d9fbfa343c1 100644 --- a/nt/install +++ b/nt/install | |||
| @@ -28,9 +28,12 @@ Configuring: | |||
| 28 | 28 | ||
| 29 | to make it writable. | 29 | to make it writable. |
| 30 | 30 | ||
| 31 | (3) You may need to edit nt/paths.h to specify some other device | ||
| 32 | instead of `C:'. | ||
| 33 | |||
| 31 | Building: | 34 | Building: |
| 32 | 35 | ||
| 33 | (3) The target to compile the sources is "all", and is recursive starting | 36 | (4) The target to compile the sources is "all", and is recursive starting |
| 34 | one directory up. The makefiles for the NT port are in files named | 37 | one directory up. The makefiles for the NT port are in files named |
| 35 | "makefile.nt". To get things started, type in this directory: | 38 | "makefile.nt". To get things started, type in this directory: |
| 36 | 39 | ||
| @@ -51,13 +54,13 @@ Building: | |||
| 51 | 54 | ||
| 52 | Installing: | 55 | Installing: |
| 53 | 56 | ||
| 54 | (4) Currently, Emacs requires a number of environment variables to be set | 57 | (5) Currently, Emacs requires a number of environment variables to be set |
| 55 | for it to run correctly. A batch file, emacs.bat, is provided that | 58 | for it to run correctly. A batch file, emacs.bat, is provided that |
| 56 | sets these variables appropriately and then runs the executable | 59 | sets these variables appropriately and then runs the executable |
| 57 | (emacs.bat is generated using the definition of INSTALL_DIR in | 60 | (emacs.bat is generated using the definition of INSTALL_DIR in |
| 58 | nt\makefile.def and the contents of nt\emacs.bat.in). | 61 | nt\makefile.def and the contents of nt\emacs.bat.in). |
| 59 | 62 | ||
| 60 | (5) The install process will install the files necessary to run Emacs in | 63 | (6) The install process will install the files necessary to run Emacs in |
| 61 | INSTALL_DIR (which may be the directory in which it was built), | 64 | INSTALL_DIR (which may be the directory in which it was built), |
| 62 | and create a program manager/folder icon in a folder called GNU Emacs. | 65 | and create a program manager/folder icon in a folder called GNU Emacs. |
| 63 | From this directory, type: | 66 | From this directory, type: |
| @@ -66,7 +69,7 @@ Installing: | |||
| 66 | 69 | ||
| 67 | or use the install.bat file. | 70 | or use the install.bat file. |
| 68 | 71 | ||
| 69 | (6) Create the Emacs startup file. Under Unix, this file is .emacs; | 72 | (7) Create the Emacs startup file. Under Unix, this file is .emacs; |
| 70 | under NT and Win95, this files is _emacs. (If you would like to | 73 | under NT and Win95, this files is _emacs. (If you would like to |
| 71 | use a .emacs file that, for example, you share with a Unix version | 74 | use a .emacs file that, for example, you share with a Unix version |
| 72 | of Emacs, you can invoke Emacs with the -l option to specify the | 75 | of Emacs, you can invoke Emacs with the -l option to specify the |
| @@ -76,7 +79,7 @@ Installing: | |||
| 76 | as it will be different for each user. (HOME could be set, | 79 | as it will be different for each user. (HOME could be set, |
| 77 | for example, in the System panel of the Control Panel). | 80 | for example, in the System panel of the Control Panel). |
| 78 | 81 | ||
| 79 | (7) Either click on the icon, or run the emacs.bat file, and away you go. | 82 | (8) Either click on the icon, or run the emacs.bat file, and away you go. |
| 80 | 83 | ||
| 81 | If you would like to resize the command window that Emacs uses, | 84 | If you would like to resize the command window that Emacs uses, |
| 82 | or change the font or colors, click on the program manager icon | 85 | or change the font or colors, click on the program manager icon |