neon-0.37.1

Introduction to neon

neon is an HTTP and WebDAV client library, with a C interface.

[注意]

注意

Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.

Package Information

  • 下载地址(HTTP):https://notroj.github.io/neon/neon-0.37.1.tar.gz

  • MD5 校验和:5e661a69b52d26d8baab0e61a783d419

  • 大小:960 KB

  • 预计所需磁盘空间:84 MB(含测试)

  • 预计构建时间:小于 0.1 SBU(测试将额外增加 0.4 SBU)

neon Dependencies

Optional

GnuTLS-3.8.13, libproxy-0.5.12, libxml2-2.15.3, MIT Kerberos V5-1.22.2, nss-3.125 (for some tests), xmlto-0.0.29 (to regenerate the documentation), and PaKChoiS

Installation of neon

Install neon by running the following commands:

./configure --prefix=/usr    \
            --with-ssl       \
            --enable-shared  \
            --disable-static &&
make

To test the results, issue: make check.

If you wish to regenerate the documentation, issue:

make docs

Now, as the root user:

make install

Command Explanations

--with-ssl: This switch enables SSL support using OpenSSL. GnuTLS can be used instead, by passing --with-ssl=gnutls and --with-ca-bundle=/etc/pki/tls/certs/ca-bundle.crt to the configure script.

--disable-static: This switch prevents installation of static versions of the libraries.

--with-libproxy: This switch enables support for using libproxy to retrieve proxy server information. Use this switch if you have libproxy-0.5.12 installed and wish to use it.

Contents

Installed Program: neon-config
Installed Library: libneon.so
Installed Directories: /usr/include/neon and /usr/share/doc/neon-0.37.1

Short Descriptions

neon-config

is a script that provides information about an installed copy of the neon library

libneon.so

is used as a high-level interface to common HTTP and WebDAV methods