mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-18 21:17:38 +00:00
Update host system requirements adding texinfo
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10860 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
9ee0e52a5b
commit
4df39e531a
@ -35,6 +35,16 @@
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
-->
|
||||
<listitem>
|
||||
<para>2015-02-25</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Add texinfo-4.7 or later to host system requirements. Fixes
|
||||
<ulink url="&lfs-ticket-root;3756">#3756</ulink>.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>2015-02-23</para>
|
||||
<itemizedlist>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<!ENTITY version "SVN-20150223">
|
||||
<!ENTITY version "SVN-20150225">
|
||||
<!ENTITY short-version "svn"> <!-- Used in dbus chapter, change to x.y for release
|
||||
but not -rc releases -->
|
||||
<!ENTITY releasedate "February 23, 2015">
|
||||
<!ENTITY releasedate "February 25, 2015">
|
||||
<!ENTITY copyrightdate "1999-2015"><!-- jhalfs needs a literal dash, not – -->
|
||||
<!ENTITY milestone "7.7">
|
||||
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
||||
|
@ -133,6 +133,10 @@
|
||||
<para><emphasis role="strong">Tar-1.18</emphasis></para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><emphasis role="strong">Texinfo-4.7</emphasis></para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><emphasis role="strong">Xz-5.0.0</emphasis></para>
|
||||
</listitem>
|
||||
@ -198,6 +202,7 @@ patch --version | head -n1
|
||||
echo Perl `perl -V:version`
|
||||
sed --version | head -n1
|
||||
tar --version | head -n1
|
||||
makeinfo --version | head -n1
|
||||
xz --version | head -n1
|
||||
|
||||
echo 'main(){}' > dummy.c && g++ -o dummy dummy.c
|
||||
|
Loading…
Reference in New Issue
Block a user