Ignore:
Timestamp:
01/18/2013 03:06:25 PM (11 years ago)
Author:
Krejzi <krejzi@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
1700976
Parents:
bc9797f
Message:

Package updates and some modifications. See changelog.xml for details.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/databases/sqlite.xml

    rbc9797f r82fac2c  
    105105    <bridgehead renderas="sect4">Optional</bridgehead>
    106106    <para role="optional">
    107       <xref linkend="tcl"/> and
    108107      <xref linkend="unzip"/> (required to unzip the documentation).
    109108    </para>
     
    137136
    138137    <para>
    139       If you have installed <xref linkend="tcl"/> and wish to build
    140       <application>SQLite</application> <application>TCL</application>
    141       extension, issue the following commands:
    142     </para>
    143 
    144 <screen><userinput>pushd tea &amp;&amp;
    145 ./configure --prefix=/usr &amp;&amp;
    146 make &amp;&amp;
    147 popd</userinput></screen>
    148 
    149     <para>
    150138      This package does not come with a test suite.
    151139    </para>
     
    156144
    157145<screen role="root"><userinput>make install</userinput></screen>
    158 
    159     <para>
    160       If you have built <xref linkend="tcl"/> extension, install it by
    161       running the following command as the
    162       <systemitem class="username">root</systemitem> user:
    163     </para>
    164 
    165 <screen role="root"><userinput>make -C tea install</userinput></screen>
    166146
    167147    <para>
     
    201181      <segtitle>Installed Program</segtitle>
    202182      <segtitle>Installed Library</segtitle>
    203       <segtitle>Installed Directories</segtitle>
     183      <segtitle>Installed Directory</segtitle>
    204184
    205185      <seglistitem>
     
    211191        </seg>
    212192        <seg>
    213           /usr/lib/sqlite&sqlite-version; and
    214193          /usr/share/doc/sqlite-&sqlite-version;
    215194        </seg>
Note: See TracChangeset for help on using the changeset viewer.