source: archive/libnice.xml@ d9cbb3b

11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt 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
Last change on this file since d9cbb3b was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

  • Property mode set to 100644
File size: 6.0 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY libnice-download-http
8 "http://nice.freedesktop.org/releases/libnice-&libnice-version;.tar.gz">
9 <!ENTITY libnice-download-ftp " ">
10 <!ENTITY libnice-md5sum "ed74abea19b3f049baf095f137388f2a">
11 <!ENTITY libnice-size "808 KB">
12 <!ENTITY libnice-buildsize "35 MB">
13 <!ENTITY libnice-time "1.6 SBU">
14]>
15
16<sect1 id="libnice" xreflabel="libnice-&libnice-version;">
17 <?dbhtml filename="libnice.html"?>
18
19 <sect1info>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>libnice-&libnice-version;</title>
24
25 <indexterm zone="libnice">
26 <primary sortas="a-libnice">libnice</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to libnice</title>
31
32 <para>
33 The <application>libnice</application> package is an implementation of
34 the IETF's draft Interactive Connectivity Establishment standard (ICE). It
35 provides <application>GLib</application>-based library,
36 <application>libnice</application> and <application>GStreamer</application>,
37 elements.
38 </para>
39
40 &lfs76_checked;
41
42 <bridgehead renderas="sect3">Package Information</bridgehead>
43 <itemizedlist spacing="compact">
44 <listitem>
45 <para>
46 Download (HTTP): <ulink url="&libnice-download-http;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download (FTP): <ulink url="&libnice-download-ftp;"/>
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download MD5 sum: &libnice-md5sum;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Download size: &libnice-size;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated disk space required: &libnice-buildsize;
67 </para>
68 </listitem>
69 <listitem>
70 <para>
71 Estimated build time: &libnice-time;
72 </para>
73 </listitem>
74 </itemizedlist>
75
76 <bridgehead renderas="sect3">libnice Dependencies</bridgehead>
77
78 <bridgehead renderas="sect4">Required</bridgehead>
79 <para role="required">
80 <xref linkend="glib2"/>
81 </para>
82
83 <bridgehead renderas="sect4">Recommended</bridgehead>
84 <para role="recommended">
85 <xref linkend="gst10-plugins-base"/>
86 </para>
87
88 <bridgehead renderas="sect4">Optional</bridgehead>
89 <para role="optional">
90 <xref linkend="gst-plugins-base"/>,
91 <xref linkend="gtk-doc"/>, and
92 <ulink url="https://wiki.gnome.org/action/show/Projects/GUPnP">gupnp-igd</ulink>
93 </para>
94
95 <para condition="html" role="usernotes">User Notes:
96 <ulink url="&blfs-wiki;/libnice"/>
97 </para>
98 </sect2>
99
100 <sect2 role="installation">
101 <title>Installation of libnice</title>
102
103 <para>
104 Install <application>libnice</application> by running the following
105 commands:
106 </para>
107
108<screen><userinput>./configure --prefix=/usr \
109 --disable-static \
110 --without-gstreamer-0.10 &amp;&amp;
111make</userinput></screen>
112
113 <para>
114 To test the results, issue: <command>make check</command>.
115 Note that two tests, test-io-stream-thread and
116 test-io-stream-pollable, may fail due to test harness
117 timing issues.
118 </para>
119
120 <para>
121 Now, as the <systemitem class="username">root</systemitem>
122 user:
123 </para>
124
125<screen role="root"><userinput>make install</userinput></screen>
126 </sect2>
127
128 <sect2 role="commands">
129 <title>Command Explanations</title>
130
131 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
132 href="../../xincludes/static-libraries.xml"/>
133
134 <para>
135 <option>--without-gstreamer-0.10</option>: This switch disables
136 building of the <application>GStreamer</application> 0.10 plugins
137 which are not necessary for anything in BLFS. Remove it if you
138 have installed <xref linkend="gst-plugins-base"/>.
139 </para>
140
141 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
142 href="../../xincludes/gtk-doc-rebuild.xml"/>
143
144 </sect2>
145
146 <sect2 role="content">
147 <title>Contents</title>
148
149 <segmentedlist>
150 <segtitle>Installed Programs</segtitle>
151 <segtitle>Installed Libraries</segtitle>
152 <segtitle>Installed Directories</segtitle>
153
154 <seglistitem>
155 <seg>
156 stunbdc and stund
157 </seg>
158 <seg>
159 libnice.so and libgstnice.so
160 (<application>GStreamer</application> Plugin)
161 </seg>
162 <seg>
163 /usr/include/nice,
164 /usr/include/stun, and
165 /usr/share/gtk-doc/html/libnice
166 </seg>
167 </seglistitem>
168 </segmentedlist>
169
170 <variablelist>
171 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
172 <?dbfo list-presentation="list"?>
173 <?dbhtml list-presentation="table"?>
174
175 <varlistentry id="stunbdc">
176 <term><command>stunbdc</command></term>
177 <listitem>
178 <para>
179 performs Session Traversal for NAT (STUN) Binding Discovery.
180 </para>
181 <indexterm zone="libnice stunbdc">
182 <primary sortas="b-stunbdc">stunbdc</primary>
183 </indexterm>
184 </listitem>
185 </varlistentry>
186
187 <varlistentry id="stund">
188 <term><command>stund</command></term>
189 <listitem>
190 <para>
191 is a Session Traversal for NAT (STUN) daemon.
192 </para>
193 <indexterm zone="libnice stund">
194 <primary sortas="b-stund">stund</primary>
195 </indexterm>
196 </listitem>
197 </varlistentry>
198
199 <varlistentry id="libnice-lib">
200 <term><filename class="libraryfile">libnice.so</filename></term>
201 <listitem>
202 <para>
203 contains the <application>libnice</application> API functions.
204 </para>
205 <indexterm zone="libnice libnice-lib">
206 <primary sortas="c-libnice">libnice.so</primary>
207 </indexterm>
208 </listitem>
209 </varlistentry>
210
211 </variablelist>
212
213 </sect2>
214
215</sect1>
Note: See TracBrowser for help on using the repository browser.