]> git.ipfire.org Git - thirdparty/e2fsprogs.git/blame - INSTALL
Many files:
[thirdparty/e2fsprogs.git] / INSTALL
CommitLineData
3839e657
TT
1 To install the second extended file system management program,
2just follow the steps:
3
41) Edit the file MCONFIG
5
6 This file contains definitions used in the various makefiles. These
7definitions have reasonable default value but you may want to adjust them to
8your system configuration.
9
102) Create the dependencies files
11
12 Run `make depend' to create the dependencies files. Note that this
13is not strictly necessary since the makefiles automagically recreates them
14if they do not exist.
15
163) Compile the programs
17
18 Run `make' to compile the libraries and the programs.
19
204) Install the programs
21
22 Run `make install'
23
245) Install the include files and libraries
25
26 You can run `make install-libs' to install the include files and
27libraries. Please note that this installation is not needed for the
28programs to work. It is only needed if you expect to develop other
29programs using the libraries.
30
31
32 You can run `make world' as an alternative to steps 2 and 3. This
33will create the dependencies files, compile the programs and run e2fsck on
34a test suite contained in e2fsck/images.