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 using an LFS 6.5 platform but has not been tested.
Download (HTTP): http://nice.freedesktop.org/releases/libnice-0.0.8.tar.gz
Download MD5 sum: 53ef2dea810d5b9e0cde5a55640a1f42
Download size: 610 KB
Estimated disk space required: 12 MB
Estimated build time: 0.4 SBU
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libnice
Install libnice by running the following commands:
./configure --prefix=/usr && make
To test the results, issue: make check.
Now, as the root
user:
make install
--with-gstreamer
: This option enables
GStreamer functionality.
--enable-gtk-doc
: Use this parameter if
GTK-Doc is installed and you wish
to rebuild and install the API documentation.
Last updated on 2010-08-14 08:25:35 +0000