|
@@ -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>
|