2001-01-24 00:31:17 +00:00
|
|
|
<sect2>
|
|
|
|
<title>Installation of E2fsprogs</title>
|
|
|
|
|
2001-07-22 20:45:10 +01:00
|
|
|
<para>Install E2fsprogs by running the following commands:</para>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2002-01-30 16:11:56 +00:00
|
|
|
<para><screen><userinput>mkdir ../e2fsprogs-build &&
|
|
|
|
cd ../e2fsprogs-build &&
|
|
|
|
../e2fsprogs-&e2fsprogs-version;/configure --prefix=/usr --with-root-prefix="" \
|
2001-10-27 23:21:44 +01:00
|
|
|
--enable-elf-shlibs &&
|
|
|
|
make &&
|
|
|
|
make install &&
|
2002-04-04 00:07:46 +01:00
|
|
|
make install-libs &&
|
|
|
|
install-info /usr/share/info/libext2fs.info /usr/share/info/dir</userinput></screen></para>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|