The libgrss package contains a library designed to manipulate RSS and Atom feeds.
LFS や依存パッケージが本ブックに示す最新安定バージョンでなかった場合には、BLFS 開発版においては、パッケージのビルドや処理実行が適切に行われないことがあります。
ダウンロード (HTTP): https://download.gnome.org/sources/libgrss/0.7/libgrss-0.7.0.tar.xz
ダウンロード MD5 sum: 7c0ee46a82dc0e9610183fe9ef8c7c1d
ダウンロードサイズ: 356 KB
必要ディスク容量: 10 MB
概算ビルド時間: 0.1 SBU
以下のコマンドを実行して libgrss をビルドします。
patch -Np1 -i ../libgrss-0.7.0-bugfixes-2.patch && autoreconf -fv && ./configure --prefix=/usr --disable-static && make
ビルド結果をテストする場合は make check を実行します。
root
ユーザーになって以下を実行します。
make install
--disable-static
:
このスイッチはスタティックライブラリをインストールしないようにします。
--enable-gtk-doc
: GTK-Doc をインストール済で API ドキュメントを再構築する場合に指定します。