%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. &lfs71_checked; 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 , (requires to find it), or , and pakchois User Notes: Installation of neon Install neon by running the following commands: ./configure --prefix=/usr --enable-shared --disable-static && 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. --disable-static: This parameter prevents the static libraries being 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. If you wish to use the other optional dependencies, consult the output of ./configure --help. Contents Installed Program Installed Library Installed Directories neon-config libneon.so /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 is used as a high-level interface to common HTTP and WebDAV methods. libneon.so