%general-entities; ]> $LastChangedBy$ $Date$ neon-&neon-version; neon Introduction to neon The neon package is an HTTP and WebDAV client library, with a C interface. Package Information Download (HTTP): Download (FTP): Download MD5 sum: &neon-md5sum; Download size: &neon-size; Estimated disk space required: &neon-buildsize; Estimated build time: &neon-time; neon Dependencies Required or Optional or User Notes: Installation of 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 Command Explanations --enable-shared: This parameter is needed to build the shared libraries, otherwise only static libraries are built and installed. : This option enables SSL support using openssl. : This option enables SSL support using gnutls. : This option forces the use of libxml2. : This option forces the use of expat. Contents Installed Program Installed Library Installed Directories neon-config libneon.{so,a} /usr/{include/neon,share/doc/neon-0.29.6/html} Short Descriptions neon-config is a script which provides information about an installed copy of the neon library. neon-config libneon.{so,a} is used as a high-level interface to common HTTP and WebDAV methods. libneon.{so,a}