Ignore:
Timestamp:
10/26/2014 10:18:37 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
krejzi/svn
Children:
1be4837c
Parents:
dec19e9
Message:

More converts, finishing the networking section entirely.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/krejzi@14756 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 moved

Legend:

Unmodified
Added
Removed
  • networking/textweb/w3m-systemd.xml

    rdec19e9 rda4ed49  
    7272    <para role="required"><xref linkend="gc"/></para>
    7373
     74    <bridgehead renderas="sect4">Recommended</bridgehead>
     75    <para role="recommended">
     76      <xref linkend="imlib2"/>
     77    </para>
     78
    7479    <bridgehead renderas="sect4">Optional</bridgehead>
    7580    <para role="optional">
    7681      <xref linkend="gpm"/>,
    7782      <xref linkend="openssl"/>,
    78       <xref linkend="imlib2"/>,
    79       <xref linkend="gtk2"/>,
    80       <ulink url="http://ftp.gnome.org/pub/gnome/sources/imlib/1.9/">Imlib</ulink>
    81         (not recommended: obsolete, abandoned upstream,
    82         <ulink url="http://bugs.debian.org/448360">buggy</ulink>, and gives no
    83         additional functionality as compared to other image loading libraries),
    8483      <xref linkend="gdk-pixbuf"/>,
    8584      <xref linkend="compface"/>, and
     
    103102sed -i 's#gdk-pixbuf-xlib-2.0#&amp; x11#' configure &amp;&amp;
    104103
    105 ./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
     104./configure --prefix=/usr --sysconfdir=/etc --with-imagelib=imlib2 &amp;&amp;
     105sed -i "s:lImlib2:&amp; -lX11:" Makefile &amp;&amp;
    106106make</userinput></screen>
    107107
     
    133133    <para><command>sed -i 's#gdk-pixbuf-xlib-2.0#&amp; x11#'
    134134    configure</command>: This sed fixes compiling <application>w3m</application>
    135     using <xref linkend="gtk2"/> as its image library. It has no impact if
    136     <xref linkend="gtk2"/> is not installed.</para>
    137 
    138     <para><option>--sysconfdir=/etc</option>: This option puts the configuration
    139     files in /etc.</para>
     135    using <xref linkend="gdk-pixbuf"/> as its image library. It has no impact if
     136    <xref linkend="gdk-pixbuf"/> is not installed.</para>
     137
     138    <para>
     139      <parameter>--with-imagelib=imlib2</parameter>: This switch sets
     140      <xref linkend="imlib2"/> as the default image loading library. Remove it
     141      if you don't need image loading capabilities or you don't want to
     142      install X11. Note that build will fail if Xorg Libraries are present
     143      and this switch is not used.
     144    </para>
     145
     146    <para>
     147      <parameter>--with-imagelib=gdk-pixbuf</parameter>: Use this switch if you
     148      want to use <xref linkend="gdk-pixbuf"/> as the image loading library.
     149    </para>
     150
     151    <para>
     152      <command>sed -i "s:lImlib2:&amp; -lX11:" Makefile</command>: This sed
     153      fixes building when using <xref linkend="imlib2"/> as the image
     154      loading library.
     155    </para>
     156
    140157  </sect2>
    141158
Note: See TracChangeset for help on using the changeset viewer.