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.0 platform.
Download (HTTP): http://nice.freedesktop.org/releases/libnice-0.1.2.tar.gz
Download MD5 sum: 1914dd98380dd68632d3d448cc23f1e8
Download size: 656 KB
Estimated disk space required: 12 MB
Estimated build time: 0.1 SBU
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libnice
Install libnice by running the following commands:
./configure --prefix=/usr --disable-static && 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.
--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-05-16 16:39:28 +0000