source: networking/netlibs/libnice.xml@ c4b0455

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
Last change on this file since c4b0455 was c4b0455, checked in by Igor Živković <igor@…>, 11 years ago

playing with the misspellings utility

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

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