lfs/chapter06/e2fsprogs-inst.xml
Gerard Beekmans d44d29c0ad Added e2fsprogs-exp.xml -- added explanations what the configure
options do -- we can use --with-root-prefix=/ now (instead of leaving
the varaiable blank).


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1175 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-09-05 17:04:48 +00:00

14 lines
440 B
XML

<sect2>
<title>Installation of E2fsprogs</title>
<para>Install E2fsprogs by running the following commands:</para>
<para><screen><userinput>./configure --prefix=/usr --with-root-prefix=/ \</userinput>
<userinput>&nbsp;&nbsp;&nbsp;--enable-elf-shlibs &amp;&amp;</userinput>
<userinput>make &amp;&amp;</userinput>
<userinput>make install &amp;&amp;</userinput>
<userinput>make install-libs &amp;&amp;</userinput></screen></para>
</sect2>