mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-18 19:29:21 +01:00
Remphasize host system requirements in General Compilation Instructions.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10051 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
f9d6f78f22
commit
79bfd820d4
@ -36,6 +36,16 @@
|
|||||||
</listitem>
|
</listitem>
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>2012-11-26</para>
|
||||||
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[bdubbs] - Re-emphasize host system requirements in
|
||||||
|
Chapter 5 General Compilation Instructions.</para>
|
||||||
|
</listitem>
|
||||||
|
</itemizedlist>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>2012-11-22</para>
|
<para>2012-11-22</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
@ -51,8 +51,27 @@
|
|||||||
<para>Finally, two last important items must be emphasized:</para>
|
<para>Finally, two last important items must be emphasized:</para>
|
||||||
|
|
||||||
<important>
|
<important>
|
||||||
<para>The build instructions assume that the <command>bash</command>
|
|
||||||
shell is in use.</para>
|
<para>The build instructions assume that the <xref
|
||||||
|
linkend='pre-hostreqs'/>, including symbolic links, have been set
|
||||||
|
properly:</para>
|
||||||
|
|
||||||
|
<itemizedlist role='important'>
|
||||||
|
|
||||||
|
<listitem override='bullet'><para><command>bash</command> is the shell
|
||||||
|
in use.</para></listitem>
|
||||||
|
|
||||||
|
<listitem override='bullet'><para><command>sh</command> is a symbolic
|
||||||
|
link to <command>bash</command>.</para></listitem>
|
||||||
|
|
||||||
|
<listitem override='bullet'><para><command>/usr/bin/awk</command> is a
|
||||||
|
symbolic link to <command>gawk</command>.</para></listitem>
|
||||||
|
|
||||||
|
<listitem override='bullet'><para><command>/usr/bin/yacc</command> is a
|
||||||
|
symbolic link to <command>bison</command> or a small script that
|
||||||
|
executes bison.</para></listitem>
|
||||||
|
|
||||||
|
</itemizedlist>
|
||||||
</important>
|
</important>
|
||||||
|
|
||||||
<important>
|
<important>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<!ENTITY version "SVN-20121122">
|
<!ENTITY version "SVN-20121126">
|
||||||
<!ENTITY releasedate "November 22, 2012">
|
<!ENTITY releasedate "November 26, 2012">
|
||||||
<!ENTITY copyrightdate "1999-2012"><!-- jhalfs needs a literal dash, not – -->
|
<!ENTITY copyrightdate "1999-2012"><!-- jhalfs needs a literal dash, not – -->
|
||||||
<!ENTITY milestone "7.3">
|
<!ENTITY milestone "7.3">
|
||||||
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
%general-entities;
|
%general-entities;
|
||||||
]>
|
]>
|
||||||
|
|
||||||
<sect1 id="pre-hostreqs">
|
<sect1 id="pre-hostreqs" xreflabel="Host System Requirements">
|
||||||
<?dbhtml filename="hostreqs.html"?>
|
<?dbhtml filename="hostreqs.html"?>
|
||||||
|
|
||||||
<title>Host System Requirements</title>
|
<title>Host System Requirements</title>
|
||||||
|
@ -48,6 +48,16 @@ div.sect1, div.appendix {
|
|||||||
padding-left: .3em;
|
padding-left: .3em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.important ul {
|
||||||
|
padding-left: 1.5em;
|
||||||
|
list-style-type: disc;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.important ul li p {
|
||||||
|
margin: 0px;
|
||||||
|
padding: 0px 0.6em;
|
||||||
|
}
|
||||||
|
|
||||||
.package, .kernel, .installation, .commands, .testing, .configuration, .content {
|
.package, .kernel, .installation, .commands, .testing, .configuration, .content {
|
||||||
padding: 0 .5em .2em 0;
|
padding: 0 .5em .2em 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user