comparison INSTALL @ 11733:ae51069237f2

Clarification about running executable in place.
author Richard M. Stallman <rms@gnu.org>
date Sun, 07 May 1995 06:13:58 +0000
parents 072d319a485f
children 3f5326542cf6
comparison
equal deleted inserted replaced
11732:072d319a485f 11733:ae51069237f2
168 wish to add to various termcap entries. The files `./etc/termcap.ucb' 168 wish to add to various termcap entries. The files `./etc/termcap.ucb'
169 and `./etc/termcap.dat' may already contain appropriately-modified 169 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',
181 and `rcs-checkin'. 184 and `rcs-checkin'.
182 185