diff options
| author | Richard M. Stallman | 1995-05-07 06:13:58 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-05-07 06:13:58 +0000 |
| commit | c5f48ce39ef345fc56ff48dda33ee51f13d9e1aa (patch) | |
| tree | 85c3eb518cad493a4cff6c979ece202f674e3fdc | |
| parent | 0d75540def4784e92671a7a2a4048e226935cc6e (diff) | |
| download | emacs-c5f48ce39ef345fc56ff48dda33ee51f13d9e1aa.tar.gz emacs-c5f48ce39ef345fc56ff48dda33ee51f13d9e1aa.zip | |
Clarification about running executable in place.
| -rw-r--r-- | INSTALL | 13 |
1 files changed, 8 insertions, 5 deletions
| @@ -170,11 +170,14 @@ and `./etc/termcap.dat' may already contain appropriately-modified | |||
| 170 | entries. | 170 | entries. |
| 171 | 171 | ||
| 172 | 7) Run `make' in the top directory of the Emacs distribution to finish | 172 | 7) Run `make' in the top directory of the Emacs distribution to finish |
| 173 | building Emacs in the standard way. The final executable file will be | 173 | building Emacs in the standard way. The final executable file is |
| 174 | named `src/emacs'. If you want to have Emacs's executable programs | 174 | named `src/emacs'. You can execute this file "in place" without |
| 175 | and data files installed as well, run `make install'. | 175 | copying it, if you wish; then it automatically uses the sibling |
| 176 | 176 | directories ../lisp, ../lib-src, ../info. | |
| 177 | By default, Emacs installs its files in the following directories: | 177 | |
| 178 | Or you can "install" the executable and the other Emacs into their | ||
| 179 | installed locations, with `make install'. By default, Emacs's files | ||
| 180 | are installed in the following directories: | ||
| 178 | 181 | ||
| 179 | `/usr/local/bin' holds the executable programs users normally run - | 182 | `/usr/local/bin' holds the executable programs users normally run - |
| 180 | `emacs', `etags', `ctags', `b2m', `emacsclient', | 183 | `emacs', `etags', `ctags', `b2m', `emacsclient', |