diff options
| author | Richard M. Stallman | 1994-10-13 04:05:41 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-10-13 04:05:41 +0000 |
| commit | a4af02f3a3a7238d378f7eec08533b80afc3898f (patch) | |
| tree | 6c102c110ad8d79862c17ef128a9a6f251118c69 | |
| parent | 24470d727b19592c55fa5680ced801532add9132 (diff) | |
| download | emacs-a4af02f3a3a7238d378f7eec08533b80afc3898f.tar.gz emacs-a4af02f3a3a7238d378f7eec08533b80afc3898f.zip | |
entered into RCS
| -rw-r--r-- | INSTALL | 13 |
1 files changed, 4 insertions, 9 deletions
| @@ -418,10 +418,6 @@ that run cpp to construct `Makefile'. | |||
| 418 | from the corresponding `Makefile.in' files. This isn't so hard, | 418 | from the corresponding `Makefile.in' files. This isn't so hard, |
| 419 | just a matter of substitution. | 419 | just a matter of substitution. |
| 420 | 420 | ||
| 421 | 5) If you're going to use the build-install script to build Emacs, | ||
| 422 | copy `./build-ins.in' to `./build-install', and edit the | ||
| 423 | definitions found at the top of the script. | ||
| 424 | |||
| 425 | The `configure' script is built from `configure.in' by the `autoconf' | 421 | The `configure' script is built from `configure.in' by the `autoconf' |
| 426 | program. However, since Emacs has configuration requirements that | 422 | program. However, since Emacs has configuration requirements that |
| 427 | autoconf can't meet, `configure.in' uses an marriage of custom-baked | 423 | autoconf can't meet, `configure.in' uses an marriage of custom-baked |
| @@ -432,8 +428,8 @@ rebuilding `configure' from `configure.in' when possible. | |||
| 432 | 428 | ||
| 433 | BUILDING GNU EMACS BY HAND | 429 | BUILDING GNU EMACS BY HAND |
| 434 | 430 | ||
| 435 | Once Emacs is configured, running `make' or running the shell script | 431 | Once Emacs is configured, running `make' in the top directory performs |
| 436 | `build-install' in the top directory performs the following steps. | 432 | the following steps. |
| 437 | 433 | ||
| 438 | 1) Run `make src/paths.h' in the top directory. This produces | 434 | 1) Run `make src/paths.h' in the top directory. This produces |
| 439 | `./src/paths.h' from the template file `./src/paths.h.in', changing | 435 | `./src/paths.h' from the template file `./src/paths.h.in', changing |
| @@ -461,9 +457,8 @@ version. | |||
| 461 | 457 | ||
| 462 | INSTALLATION BY HAND | 458 | INSTALLATION BY HAND |
| 463 | 459 | ||
| 464 | The steps below are done by the shell script `build-install' or by | 460 | The steps below are done by running `make install' in the main |
| 465 | running `make install' in the main directory of the Emacs | 461 | directory of the Emacs distribution. |
| 466 | distribution. | ||
| 467 | 462 | ||
| 468 | 1) Copy `./lisp' and its subdirectories, `./etc', and the executables | 463 | 1) Copy `./lisp' and its subdirectories, `./etc', and the executables |
| 469 | in `./lib-src' to their final destinations, as selected in `./src/paths.h'. | 464 | in `./lib-src' to their final destinations, as selected in `./src/paths.h'. |