mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-27 09:42:12 +08:00
Minor fixups.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19351 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
c28df1a91e
commit
ed9b0761bb
@ -1,12 +1,12 @@
|
|||||||
<!-- $LastChangedBy$ $Date$ -->
|
<!-- $LastChangedBy$ $Date$ -->
|
||||||
|
|
||||||
<!ENTITY day "21"> <!-- Always 2 digits -->
|
<!ENTITY day "22"> <!-- Always 2 digits -->
|
||||||
<!ENTITY month "10"> <!-- Always 2 digits -->
|
<!ENTITY month "10"> <!-- Always 2 digits -->
|
||||||
<!ENTITY year "2017">
|
<!ENTITY year "2017">
|
||||||
<!ENTITY copyrightdate "2001-&year;">
|
<!ENTITY copyrightdate "2001-&year;">
|
||||||
<!ENTITY copyholder "The BLFS Development Team">
|
<!ENTITY copyholder "The BLFS Development Team">
|
||||||
<!ENTITY version "&year;-&month;-&day;">
|
<!ENTITY version "&year;-&month;-&day;">
|
||||||
<!ENTITY releasedate "October 21st, &year;">
|
<!ENTITY releasedate "October 22nd, &year;">
|
||||||
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
|
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
|
||||||
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
|
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
|
||||||
<!ENTITY lfs-version "development"> <!-- x.y|development -->
|
<!ENTITY lfs-version "development"> <!-- x.y|development -->
|
||||||
|
@ -75,15 +75,15 @@
|
|||||||
|
|
||||||
<bridgehead renderas="sect4">Required</bridgehead>
|
<bridgehead renderas="sect4">Required</bridgehead>
|
||||||
<para role="required">
|
<para role="required">
|
||||||
<xref linkend="glib2"/> and
|
<xref linkend="glib2"/>
|
||||||
<xref linkend="python2"/>
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||||
<para role="optional">
|
<para role="optional">
|
||||||
<xref linkend="cairo"/> (required for the tests),
|
<xref linkend="cairo"/> (required for the tests),
|
||||||
<xref linkend="gtk-doc"/> and
|
<xref linkend="gtk-doc"/>,
|
||||||
<xref linkend="Mako"/>
|
<xref linkend="Mako"/>, and
|
||||||
|
<xref linkend="python2"/>
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para condition="html" role="usernotes">User Notes:
|
<para condition="html" role="usernotes">User Notes:
|
||||||
|
@ -126,18 +126,6 @@ make</userinput></screen>
|
|||||||
<screen role="root"><userinput>make install</userinput></screen>
|
<screen role="root"><userinput>make install</userinput></screen>
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
<sect2 role="commands">
|
|
||||||
<title>Command Explanations</title>
|
|
||||||
|
|
||||||
<para>
|
|
||||||
<envar>CC=gcc CXX=g++</envar>: If you prefer to use
|
|
||||||
<command>gcc</command> and/or <command>g++</command> instead of
|
|
||||||
<command>clang</command> and/or <command>clang++</command>, if they are
|
|
||||||
installed, use one or both variables in the configure line.
|
|
||||||
</para>
|
|
||||||
|
|
||||||
</sect2>
|
|
||||||
|
|
||||||
<sect2 role="content">
|
<sect2 role="content">
|
||||||
<title>Contents</title>
|
<title>Contents</title>
|
||||||
|
|
||||||
|
@ -144,8 +144,12 @@ make</userinput></screen>
|
|||||||
Now, as the <systemitem class="username">root</systemitem> user:
|
Now, as the <systemitem class="username">root</systemitem> user:
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<screen role="root"><userinput>make install &&
|
<screen role="root"><userinput>make install</userinput></screen>
|
||||||
install -v -m755 -d /usr/share/doc/freetype-&freetype2-version; &&
|
|
||||||
|
<para>If you downloaded the optional documentation, install it as the
|
||||||
|
<systemitem class="username">root</systemitem> user:</para>
|
||||||
|
|
||||||
|
<screen role="root"><userinput>install -v -m755 -d /usr/share/doc/freetype-&freetype2-version; &&
|
||||||
cp -v -R docs/* /usr/share/doc/freetype-&freetype2-version;</userinput></screen>
|
cp -v -R docs/* /usr/share/doc/freetype-&freetype2-version;</userinput></screen>
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
@ -43,7 +43,24 @@
|
|||||||
-->
|
-->
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>October 30th, 2017</para>
|
<para>October 22nd, 2017</para>
|
||||||
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[dj] - Use Python3 by default in gobject-introspection.</para>
|
||||||
|
</listitem>
|
||||||
|
<listitem>
|
||||||
|
<para>[dj] - Remove instructions to set CC or CXX for icu when
|
||||||
|
building with gcc.</para>
|
||||||
|
</listitem>
|
||||||
|
<listitem>
|
||||||
|
<para>[dj] - Make documentation installation for FreeType
|
||||||
|
optional.</para>
|
||||||
|
</listitem>
|
||||||
|
</itemizedlist>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>October 20th, 2017</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>[bdubbs] - Update to mesa-17.2.3. Fixes
|
<para>[bdubbs] - Update to mesa-17.2.3. Fixes
|
||||||
|
Loading…
Reference in New Issue
Block a user