The libnice package is an implementation of the IETF's draft Interactice Connectivity Establishment standard (ICE). It provides GLib-based library, libnice and GStreamer elements.
This package is known to build and work properly using an LFS-7.2 platform.
Download (HTTP): http://nice.freedesktop.org/releases/libnice-0.1.3.tar.gz
Download MD5 sum: 1a0907605f852dcda32a3b3daf38d36c
Download size: 660 KB
Estimated disk space required: 20 MB
Estimated build time: less than 0.1 SBU
gst-plugins-base-0.10.36, GTK-Doc-1.18 and gupnp-igd
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libnice
Install libnice by running the following commands:
./configure --prefix=/usr \
--disable-static \
--without-gstreamer-0.10 &&
make
To test the results, issue: make check.
Now, as the root user:
make install
--disable-static: This
switch prevents installation of static versions of the libraries.
--without-gstreamer-0.10: This switch
disables building of the GStreamer
0.10 plugins which are not necesary for anything in BLFS. Remove it
if you have installed gst-plugins-base-0.10.36.
--enable-gtk-doc: Use this parameter if
GTK-Doc is installed and you wish
to rebuild and install the API documentation.
Last updated on 2012-09-26 19:35:22 +0000