Changeset 6e5b442f


Ignore:
Timestamp:
02/04/2015 02:32:58 PM (9 years ago)
Author:
Igor Živković <igor@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
08dff40
Parents:
8b5ccba
Message:

a bunch of fltk fixes

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@15449 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/fltk.xml

    r8b5ccba r6e5b442f  
    7373    </itemizedlist>
    7474
    75     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    76     <itemizedlist spacing="compact">
    77       <listitem>
    78         <para>
    79           Required patch:
    80           <ulink url="&patch-root;/fltk-&fltk-version;-dynamic_libs-1.patch"/>
    81        </para>
    82       </listitem>
    83     </itemizedlist>
    84 
    8575    <bridgehead renderas="sect3">FLTK Dependencies</bridgehead>
    8676
    8777    <bridgehead renderas="sect4">Required</bridgehead>
    8878    <para role="required">
    89       <xref linkend="glu"/>
    90       <xref linkend="mesalib"/>, and
    91       <xref linkend="xorg7-lib"/>,
     79      <xref linkend="xorg7-lib"/>
    9280    </para>
    9381
    9482    <bridgehead renderas="sect4">Recommended</bridgehead>
    9583    <para role="recommended">
    96       <xref linkend="desktop-file-utils"/>,
    97       <xref linkend="hicolor-icon-theme"/>, and
    98       <xref linkend="libjpeg"/>,
     84      <xref linkend="hicolor-icon-theme"/>,
     85      <xref linkend="libjpeg"/>, and
     86      <xref linkend="libpng"/>
    9987    </para>
    10088
     
    10290    <para role="optional">
    10391      <xref linkend="alsa-lib"/>,
    104       <xref linkend="doxygen"/>, and
     92      <xref linkend="desktop-file-utils"/>,
     93      <xref linkend="doxygen"/>,
     94      <xref linkend="glu"/>,
     95      <xref linkend="mesalib"/>,
    10596      <xref linkend="texlive"/> (or <xref linkend="tl-installer"/>)
    10697    </para>
     
    124115    </para>
    125116
    126 <screen><userinput>patch -Np1 -i ../fltk-&fltk-version;-dynamic_libs-1.patch &amp;&amp;
    127 sed -i -e '/cat./d' documentation/Makefile       &amp;&amp;
     117<screen><userinput>sed -i -e '/cat./d' documentation/Makefile       &amp;&amp;
    128118
    129119./configure --prefix=/usr    \
    130             --enable-threads \
    131             --enable-xft     \
    132120            --enable-shared  &amp;&amp;
    133121make</userinput></screen>
    134122
    135     <para>If you wish to create the api documentation, issue:</para>
     123    <para>If you wish to create the API documentation, issue:</para>
    136124
    137125<screen><userinput>make -C documentation html</userinput></screen>
     
    159147  <sect2 role="commands">
    160148    <title>Command Explanations</title>
    161 
    162     <para>
    163       <command>patch ...dynamic_libs-1.patch</command>: Allow building
    164       dynamic libraries.
    165     </para>
    166149
    167150    <para>
Note: See TracChangeset for help on using the changeset viewer.