Theodore Ts'o | 3839e65 | 1997-04-26 13:21:57 +0000 | [diff] [blame^] | 1 | To install the second extended file system management program, |
| 2 | just follow the steps: |
| 3 | |
| 4 | 1) Edit the file MCONFIG |
| 5 | |
| 6 | This file contains definitions used in the various makefiles. These |
| 7 | definitions have reasonable default value but you may want to adjust them to |
| 8 | your system configuration. |
| 9 | |
| 10 | 2) Create the dependencies files |
| 11 | |
| 12 | Run `make depend' to create the dependencies files. Note that this |
| 13 | is not strictly necessary since the makefiles automagically recreates them |
| 14 | if they do not exist. |
| 15 | |
| 16 | 3) Compile the programs |
| 17 | |
| 18 | Run `make' to compile the libraries and the programs. |
| 19 | |
| 20 | 4) Install the programs |
| 21 | |
| 22 | Run `make install' |
| 23 | |
| 24 | 5) Install the include files and libraries |
| 25 | |
| 26 | You can run `make install-libs' to install the include files and |
| 27 | libraries. Please note that this installation is not needed for the |
| 28 | programs to work. It is only needed if you expect to develop other |
| 29 | programs using the libraries. |
| 30 | |
| 31 | |
| 32 | You can run `make world' as an alternative to steps 2 and 3. This |
| 33 | will create the dependencies files, compile the programs and run e2fsck on |
| 34 | a test suite contained in e2fsck/images. |