The neon package is an HTTP and WebDAV client library, with a C interface.
Download (HTTP): http://www.webdav.org/neon/neon-0.29.6.tar.gz
Download MD5 sum: 591e0c82e6979e7e615211b386b8f6bc
Download size: 862 KB
Estimated disk space required: 30 MB
Estimated build time: 0.3 SBU
OpenSSL-1.0.0e or GnuTLS-3.0.7
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/neon
Install neon by running the following commands:
./configure --prefix=/usr --enable-shared && make
To test the results, issue: make check.
Now, as the root
user:
make install
--enable-shared
: This
parameter is needed to build the shared libraries, otherwise only
static libraries are built and installed.
--with-ssl=openssl
: This option enables
SSL support using openssl.
--with-ssl=gnutls
: This option enables
SSL support using gnutls.
--with-libxml2
: This option forces the
use of libxml2.
--with-expat
: This option forces the
use of expat.
Last updated on 2011-07-24 14:07:01 +0000