neon パッケージは、HTTP と WebDAV のクライアントライブラリであり、C 言語によるインターフェースを提供します。
LFS や依存パッケージが本ブックに示す最新安定バージョンでなかった場合には、BLFS 開発版においては、パッケージのビルドや処理実行が適切に行われないことがあります。
ダウンロード (HTTP): https://notroj.github.io/neon/neon-0.32.5.tar.gz
ダウンロード MD5 sum: 7976b1cd67b7228cddb7eb4f39640ac5
ダウンロードサイズ: 876 KB
必要ディスク容量: 8.6 MB (additional 18 MB for tests)
概算ビルド時間: 0.1 SBU (add 0.4 SBU for tests)
GnuTLS-3.8.2, libxml2-2.12.3, MIT Kerberos V5-1.21.2, nss-3.96.1 (for some tests), xmlto-0.0.28 (to regenerate the documentation), libproxy, PaKChoiS
以下のコマンドを実行して neon をビルドします。
./configure --prefix=/usr \ --with-ssl \ --enable-shared \ --disable-static && make
ビルド結果をテストする場合は make check を実行します。
If you wish to regenerate the documentation, issue:
make docs
root
ユーザーになって以下を実行します。
make install
--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
:
このスイッチはスタティックライブラリをインストールしないようにします。