- Timestamp:
- 09/14/2014 01:39:38 PM (10 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 547042b2
- Parents:
- b62ac136
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
server/databases/sqlite.xml
rb62ac136 r85e109d 105 105 <bridgehead renderas="sect4">Optional</bridgehead> 106 106 <para role="optional"> 107 <xref linkend="unzip"/> (required to unzip the documentation). 107 <xref linkend="tcl"/> (required to build <application>SQLite Tcl 108 Extension Architecture - TEA</application>, also know as 109 <application>sqlite-tcl</application>) and 110 <xref linkend="unzip"/> (required to unzip the documentation) 108 111 </para> 109 112 … … 136 139 137 140 <para> 141 If you wish to install <application>sqlite-tcl</application>, run the 142 following commands: 143 </para> 144 145 <screen><userinput>cd tea && 146 ./configure --prefix=/usr --with-system-sqlite && 147 make && 148 cd ..</userinput></screen> 149 150 <para> 138 151 This package does not come with a test suite. 139 152 </para> … … 152 165 <screen role="root"><userinput>install -v -m755 -d /usr/share/doc/sqlite-&sqlite-version; && 153 166 cp -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 && 175 make install && 176 cd ..</userinput></screen> 177 154 178 </sect2> 155 179 … … 180 204 <segmentedlist> 181 205 <segtitle>Installed Program</segtitle> 182 <segtitle>Installed Librar y</segtitle>183 <segtitle>Installed Director y</segtitle>206 <segtitle>Installed Libraries</segtitle> 207 <segtitle>Installed Directories</segtitle> 184 208 185 209 <seglistitem> … … 188 212 </seg> 189 213 <seg> 190 libsqlite3.so 214 libsqlite3.so and (optionally) 215 /usr/lib/sqlite&sqlite-version;/libsqlite&sqlite-version;.so 191 216 </seg> 192 217 <seg> 218 /usr/lib/sqlite&sqlite-version; (optionally) and 193 219 /usr/share/doc/sqlite-&sqlite-version; 194 220 </seg>
Note:
See TracChangeset
for help on using the changeset viewer.