mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-25 07:42:13 +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$ -->
|
||||
|
||||
<!ENTITY day "21"> <!-- Always 2 digits -->
|
||||
<!ENTITY day "22"> <!-- Always 2 digits -->
|
||||
<!ENTITY month "10"> <!-- Always 2 digits -->
|
||||
<!ENTITY year "2017">
|
||||
<!ENTITY copyrightdate "2001-&year;">
|
||||
<!ENTITY copyholder "The BLFS Development Team">
|
||||
<!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 blfs-version "svn"> <!-- svn|[release #] -->
|
||||
<!ENTITY lfs-version "development"> <!-- x.y|development -->
|
||||
|
@ -75,15 +75,15 @@
|
||||
|
||||
<bridgehead renderas="sect4">Required</bridgehead>
|
||||
<para role="required">
|
||||
<xref linkend="glib2"/> and
|
||||
<xref linkend="python2"/>
|
||||
<xref linkend="glib2"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional">
|
||||
<xref linkend="cairo"/> (required for the tests),
|
||||
<xref linkend="gtk-doc"/> and
|
||||
<xref linkend="Mako"/>
|
||||
<xref linkend="gtk-doc"/>,
|
||||
<xref linkend="Mako"/>, and
|
||||
<xref linkend="python2"/>
|
||||
</para>
|
||||
|
||||
<para condition="html" role="usernotes">User Notes:
|
||||
|
@ -126,18 +126,6 @@ make</userinput></screen>
|
||||
<screen role="root"><userinput>make install</userinput></screen>
|
||||
</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">
|
||||
<title>Contents</title>
|
||||
|
||||
|
@ -144,8 +144,12 @@ make</userinput></screen>
|
||||
Now, as the <systemitem class="username">root</systemitem> user:
|
||||
</para>
|
||||
|
||||
<screen role="root"><userinput>make install &&
|
||||
install -v -m755 -d /usr/share/doc/freetype-&freetype2-version; &&
|
||||
<screen role="root"><userinput>make install</userinput></screen>
|
||||
|
||||
<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>
|
||||
|
||||
</sect2>
|
||||
|
@ -43,7 +43,24 @@
|
||||
-->
|
||||
|
||||
<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>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to mesa-17.2.3. Fixes
|
||||
|
Loading…
Reference in New Issue
Block a user