Author: igor Date: Wed Feb 4 06:32:58 2015 New Revision: 15449 Log: a bunch of fltk fixes
Modified: trunk/BOOK/x/lib/fltk.xml Modified: trunk/BOOK/x/lib/fltk.xml ============================================================================== --- trunk/BOOK/x/lib/fltk.xml Tue Feb 3 11:31:01 2015 (r15448) +++ trunk/BOOK/x/lib/fltk.xml Wed Feb 4 06:32:58 2015 (r15449) @@ -72,36 +72,27 @@ </listitem> </itemizedlist> - <bridgehead renderas="sect3">Additional Downloads</bridgehead> - <itemizedlist spacing="compact"> - <listitem> - <para> - Required patch: - <ulink url="&patch-root;/fltk-&fltk-version;-dynamic_libs-1.patch"/> - </para> - </listitem> - </itemizedlist> - <bridgehead renderas="sect3">FLTK Dependencies</bridgehead> <bridgehead renderas="sect4">Required</bridgehead> <para role="required"> - <xref linkend="glu"/> - <xref linkend="mesalib"/>, and - <xref linkend="xorg7-lib"/>, + <xref linkend="xorg7-lib"/> </para> <bridgehead renderas="sect4">Recommended</bridgehead> <para role="recommended"> - <xref linkend="desktop-file-utils"/>, - <xref linkend="hicolor-icon-theme"/>, and - <xref linkend="libjpeg"/>, + <xref linkend="hicolor-icon-theme"/>, + <xref linkend="libjpeg"/>, and + <xref linkend="libpng"/> </para> <bridgehead renderas="sect4">Optional</bridgehead> <para role="optional"> <xref linkend="alsa-lib"/>, - <xref linkend="doxygen"/>, and + <xref linkend="desktop-file-utils"/>, + <xref linkend="doxygen"/>, + <xref linkend="glu"/>, + <xref linkend="mesalib"/>, <xref linkend="texlive"/> (or <xref linkend="tl-installer"/>) </para> @@ -123,16 +114,13 @@ commands: </para> -<screen><userinput>patch -Np1 -i ../fltk-&fltk-version;-dynamic_libs-1.patch && -sed -i -e '/cat./d' documentation/Makefile && +<screen><userinput>sed -i -e '/cat./d' documentation/Makefile && ./configure --prefix=/usr \ - --enable-threads \ - --enable-xft \ --enable-shared && make</userinput></screen> - <para>If you wish to create the api documentation, issue:</para> + <para>If you wish to create the API documentation, issue:</para> <screen><userinput>make -C documentation html</userinput></screen> @@ -160,11 +148,6 @@ <title>Command Explanations</title> <para> - <command>patch ...dynamic_libs-1.patch</command>: Allow building - dynamic libraries. - </para> - - <para> <command>sed ... documentation/Makefile</command>: Avoid installing pages in <filename class='directory'>/usr/share/man/cat*</filename>. </para> -- http://lists.linuxfromscratch.org/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page