mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
Wording and format changes
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12117 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
f36db31a45
commit
468045948c
@ -43,14 +43,16 @@
|
||||
<sect2 role="installation">
|
||||
<title>Installation of File</title>
|
||||
|
||||
<para>The build host <quote>file</quote> command iwith the same version as
|
||||
the one we are building is needed for building the signature file. Run the
|
||||
following commands to build it:</para>
|
||||
<para>
|
||||
The <command>file</command> command on the build host needs
|
||||
to be same version as the one we are building in order to
|
||||
create the signature file. Run the following commands to build it:
|
||||
</para>
|
||||
|
||||
<screen><userinput remap="pre">mkdir build
|
||||
pushd build
|
||||
../configure
|
||||
make
|
||||
../configure
|
||||
make
|
||||
popd</userinput></screen>
|
||||
|
||||
<para>Prepare File for compilation:</para>
|
||||
|
Loading…
Reference in New Issue
Block a user