Changeset 96fcf51


Ignore:
Timestamp:
04/20/2019 06:39:41 AM (5 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.0, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
d38dc9a
Parents:
3261ded4
Message:

Make libtiff and gnutls recommended for emacs

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r3261ded4 r96fcf51  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "19">                   <!-- Always 2 digits -->
     3<!ENTITY day          "20">                   <!-- Always 2 digits -->
    44<!ENTITY month        "04">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2019">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "April 19th, &year;">
     9<!ENTITY releasedate  "April 20th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • postlfs/editors/emacs.xml

    r3261ded4 r96fcf51  
    6262    <bridgehead renderas="sect4">Recommended</bridgehead>
    6363    <para role="recommended">
    64       <xref linkend="giflib"/>
     64      <xref linkend="giflib"/>,
     65      <xref linkend="gnutls"/>, and
     66      <xref linkend="libtiff"/>
    6567    </para>
    6668
     
    7173      <xref linkend="dbus"/>,
    7274      <xref linkend="GConf"/>,
    73       <xref linkend="gnutls"/>,
    7475      <xref linkend="gobject-introspection"/>,
    7576      <xref linkend="gsettings-desktop-schemas"/>,
     
    8081      <xref linkend="libpng"/>,
    8182      <xref linkend="librsvg"/>,
    82       <xref linkend="libtiff"/>,
    8383      <xref linkend="libxml2"/>,
    8484      <xref linkend="mitkrb"/>,
     
    161161    <xref linkend="giflib"/> or
    162162    <ulink url="http://directory.fsf.org/wiki/Libungif">libungif</ulink>.</para>
     163
     164    <para><option>--with-tiff=no</option>: Use this if you have not installed
     165    <xref linkend="libtiff"/>.</para>
     166
     167    <para><option>--with-gnutls=no</option>: Use this if you have not installed
     168    <xref linkend="gnutls"/>.</para>
    163169
    164170  </sect2>
Note: See TracChangeset for help on using the changeset viewer.