Changeset 83655c7e for xsoft


Ignore:
Timestamp:
04/29/2006 11:58:05 AM (18 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
36f2c9e
Parents:
03fea94
Message:

Minor updates to the Dillo instructions: Added FTP download URL, added note about the test suite, identified that wget is a run-time only requirement

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/dillo.xml

    r03fea94 r83655c7e  
    55  %general-entities;
    66
    7     <!-- Inserted as a reminder to do this. The mention of a test suite
    8          is usually right before the root user installation commands. Please
    9          delete these 12 (including one blank) lines after you are done.-->
    10 
    11     <!-- Use one of the two mentions below about a test suite,
    12          delete the line that is not applicable. Of course, if the
    13          test suite uses syntax other than "make check", revise the
    14          line to reflect the actual syntax to run the test suite -->
    15 
    16     <!-- <para>This package does not come with a test suite.</para> -->
    17     <!-- <para>To test the results, issue: <command>make check</command>.</para> -->
    18 
    197  <!ENTITY dillo-download-http "http://www.dillo.org/download/dillo-&dillo-version;.tar.bz2">
    20   <!ENTITY dillo-download-ftp  " ">
     8  <!ENTITY dillo-download-ftp  "ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/dillo-&dillo-version;.tar.bz2">
    219  <!ENTITY dillo-md5sum        "d0ab7fa1d40b310deb891388604188f8">
    2210  <!ENTITY dillo-size          "415 KB">
     
    8270
    8371    <bridgehead renderas="sect4">Optional</bridgehead>
    84     <para role="optional"><xref linkend="openssl"/>,
    85     <xref linkend="wget"/> (for downloading via FTP) and
     72    <para role="optional"><xref linkend="openssl"/> and
    8673    <ulink url="http://perens.com/FreeSoftware/">Electric Fence</ulink></para>
     74
     75    <bridgehead renderas="sect4">Optional (Run-Time Requirement for FTP
     76    Downloading)</bridgehead>
     77    <para role="optional"><xref linkend="wget"/></para>
    8778
    8879    <para condition="html" role="usernotes">User Notes:
     
    10293
    10394    <para>Support for secure connections is considered experimental by
    104     its author. If you want the optional https support for
    105     <application>dillo</application> and have <xref linkend="openssl"/>
    106     installed, run the following command:</para>
     95    <application>Dillo</application>'s author. If you want the optional HTTPS
     96    support for <application>Dillo</application> and have
     97    <xref linkend="openssl"/> installed, run the following command:</para>
    10798
    10899<screen><userinput>sed -i -e "/#undef ENABLE_SSL/d" dpi/https.c</userinput></screen>
    109 
    110100
    111101    <para>Install <application>Dillo</application> by running the following
     
    114104<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc/dillo &amp;&amp;
    115105make</userinput></screen>
     106
     107    <para>This package does not come with a test suite.</para>
    116108
    117109    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
Note: See TracChangeset for help on using the changeset viewer.