Changeset 985d9e0 for server


Ignore:
Timestamp:
09/15/2014 07:23:10 PM (10 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.6, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, 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, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
b7068390
Parents:
cf24093
Message:

ICU-53.1: not anymore broken with clang++.
Revert 'add optional instructions for sqlite-tcl to SQLite-3.8.6'.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/databases/sqlite.xml

    rcf24093 r985d9e0  
    105105    <bridgehead renderas="sect4">Optional</bridgehead>
    106106    <para role="optional">
    107       <xref linkend="tcl"/> (required to build <application>SQLite Tcl
    108       Extension Architecture - TEA</application>, also know as
    109       <application>sqlite-tcl</application>) and
    110107      <xref linkend="unzip"/> (required to unzip the documentation)
    111108    </para>
     
    139136
    140137    <para>
    141       If you wish to install <application>sqlite-tcl</application>, run the
    142       following commands:
    143     </para>
    144 
    145 <screen><userinput>cd tea &amp;&amp;
    146 ./configure --prefix=/usr --with-system-sqlite &amp;&amp;
    147 make &amp;&amp;
    148 cd ..</userinput></screen>
    149 
    150     <para>
    151138      This package does not come with a test suite.
    152139    </para>
     
    165152<screen role="root"><userinput>install -v -m755 -d /usr/share/doc/sqlite-&sqlite-version; &amp;&amp;
    166153cp -v -R sqlite-doc-&sqlite-doc-version;/* /usr/share/doc/sqlite-&sqlite-version;</userinput></screen>
    167 
    168     <para>
    169       If you decided to install <application>sqlite-tcl</application>, issue
    170       the following commands as the
    171       <systemitem class="username">root</systemitem> user:
    172     </para>
    173 
    174 <screen><userinput>cd tea       &amp;&amp;
    175 make install &amp;&amp;
    176 cd ..</userinput></screen>
    177154
    178155  </sect2>
     
    204181    <segmentedlist>
    205182      <segtitle>Installed Program</segtitle>
    206       <segtitle>Installed Libraries</segtitle>
    207       <segtitle>Installed Directories</segtitle>
     183      <segtitle>Installed Library</segtitle>
     184      <segtitle>Installed Directory</segtitle>
    208185
    209186      <seglistitem>
     
    212189        </seg>
    213190        <seg>
    214           libsqlite3.so and (optionally)
    215           /usr/lib/sqlite&sqlite-version;/libsqlite&sqlite-version;.so
     191          libsqlite3.so
    216192        </seg>
    217193        <seg>
    218           /usr/lib/sqlite&sqlite-version; (optionally) and
    219194          /usr/share/doc/sqlite-&sqlite-version;
    220195        </seg>
Note: See TracChangeset for help on using the changeset viewer.