The rest package contains a library that was designed to make it easier to access web services that claim to be "RESTful". It includes convenience wrappers for libsoup and libxml to ease remote use of the RESTful API.
LFS や依存パッケージが本ブックに示す最新安定バージョンでなかった場合には、BLFS 開発版においては、パッケージのビルドや処理実行が適切に行われないことがあります。
ダウンロード (HTTP): https://download.gnome.org/sources/rest/0.9/rest-0.9.1.tar.xz
ダウンロード MD5 sum: b997b83232be3814a1b78530c5700df9
ダウンロードサイズ: 72 KB
必要ディスク容量: 3.2 MB (テスト込み)
概算ビルド時間: 0.1 SBU (テスト込み)
JSON-GLib-1.8.0, libsoup-3.4.4, make-ca-1.13
Gi-DocGen-2023.3, libadwaita-1.4.2, gtksourceview5-5.10.0 (デモ構築のため), Vala-0.56.14
以下のコマンドを実行して rest をビルドします。
mkdir build && cd build && meson setup --prefix=/usr \ --buildtype=release \ -Dexamples=false \ -Dgtk_doc=false \ .. && ninja
If you have Gi-DocGen-2023.3 installed and wish to build the API documentation for this package, issue:
sed "/output/s/librest-1.0/rest-0.9.1/" -i ../docs/meson.build && meson configure -Dgtk_doc=true && ninja
ビルド結果をテストする場合は ninja test を実行します。
root
ユーザーになって以下を実行します。
ninja install
--buildtype=release
:
本パッケージの安定版リリース向けに適したビルドタイプを指定します。
デフォルトにしていると、最適化されていないバイナリを生成する場合があるためです。
-Dgtk_doc=false
: Allow
building this package without Gi-DocGen-2023.3 installed. If you have
Gi-DocGen-2023.3 installed and you
wish to rebuild and install the API documentation, a meson configure command will
reset this option.
-Dexamples=false
: Remove
this option if libadwaita-1.4.2 and gtksourceview5-5.10.0 are installed and
you wish to build the demonstration application provided by this
package.
-Dvapi=true
: Use this switch if
Vala-0.56.14 is installed and you wish to build
the Vala bindings provided by this package.