Changeset f808261
- Timestamp:
- 02/10/2005 10:50:29 PM (20 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 6.0, 6.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, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- a7a755a
- Parents:
- 64a8cf6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
basicnet/netlibs/libsoup.xml
r64a8cf6 rf808261 19 19 <?dbhtml filename="libsoup.html"?> 20 20 <title>libsoup-&libsoup-version;</title> 21 <indexterm zone="libsoup"> 22 <primary sortas="a-Libsoup">Libsoup</primary></indexterm> 21 23 22 24 <sect2> … … 68 70 69 71 <screen><userinput><command>./configure --prefix=/usr && 70 make && 71 make install</command></userinput></screen> 72 make</command></userinput></screen> 73 74 <para>Now, as the root user:</para> 75 76 <screen><userinput role='root'><command>make install</command></userinput></screen> 72 77 73 78 <!-- … … 86 91 <title>Contents</title> 87 92 88 <para>The <application>libsoup</application> package contains 89 <filename class="libraryfile">libsoup</filename> libraries.</para> 93 <segmentedlist> 94 <segtitle>Installed Programs</segtitle> 95 <segtitle>Installed Library</segtitle> 96 <segtitle>Installed Directories</segtitle> 90 97 91 </sect2> 98 <seglistitem> 99 <seg>None</seg> 100 <seg>libsoup-2.2.[so,a]</seg> 101 <seg>/usr/include/libsoup-2.2 and /usr/share/gtk-doc/html/libsoup</seg> 102 </seglistitem> 103 </segmentedlist> 92 104 93 <sect2><title>Description</title> 105 <variablelist> 106 <bridgehead renderas="sect3">Short Descriptions</bridgehead> 107 <?dbfo list-presentation="list"?> 94 108 95 <sect3><title>libsoup libraries</title> 96 <para><filename class="libraryfile">libsoup</filename> libraries provide 97 functions for asynchronous <acronym>HTTP</acronym> connections.</para> 98 </sect3> 109 <varlistentry id="libsoup-lib"> 110 <term><filename class='libraryfile'>libsoup-2.2.[so,a]</filename></term> 111 <listitem><para> provides functions for asynchronous 112 <acronym>HTTP</acronym> connections.</para> 113 <indexterm zone="libsoup libsoup-lib"> 114 <primary sortas="c-libsoup-2.2">libsoup-2.2.[so,a]</primary> 115 </indexterm></listitem> 116 </varlistentry> 117 </variablelist> 99 118 100 119 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.