From 4d2077d7985afb26bbe67f75bb3ee7f0c82bf515 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Mon, 3 May 2010 03:27:00 +0000 Subject: Adjust zlib instructions to ensure .pc file and all libraries are in the proper location. Thanks to Chris Staub. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9261 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/chapter05.xml | 1 + chapter05/file.xml | 74 +++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 75 insertions(+) create mode 100644 chapter05/file.xml (limited to 'chapter05') diff --git a/chapter05/chapter05.xml b/chapter05/chapter05.xml index 351395f7c..7c9bf3744 100644 --- a/chapter05/chapter05.xml +++ b/chapter05/chapter05.xml @@ -29,6 +29,7 @@ + diff --git a/chapter05/file.xml b/chapter05/file.xml new file mode 100644 index 000000000..9fcfd1e6f --- /dev/null +++ b/chapter05/file.xml @@ -0,0 +1,74 @@ + + + %general-entities; +]> + + + + + + file + &file-version; +
&file-url;
+
+ + File-&file-version; + + + File + tools + + + + + + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" + href="../chapter06/file.xml" + xpointer="xpointer(/sect1/sect2[1]/para[1])"/> + + <segmentedlist> + <segtitle>&buildtime;</segtitle> + <segtitle>&diskspace;</segtitle> + + <seglistitem> + <seg>&file-ch5-sbu;</seg> + <seg>&file-ch5-du;</seg> + </seglistitem> + </segmentedlist> + + </sect2> + + <sect2 role="installation"> + <title>Installation of File + + Prepare File for compilation: + +./configure --prefix=/tools + + Compile the package: + +make + + Compilation is now complete. As discussed earlier, running the test + suite is not mandatory for the temporary tools here in this chapter. To run + the File test suite anyway, issue the following command: + +make check + + Install the package: + +make install + + + + + + + <para>Details on this package are located in + <xref linkend="contents-file" role="."/></para> + + </sect2> + +</sect1> -- cgit v1.2.3-54-g00ecf