The GtkSourceView package contains libraries used for extending the GTK+ text functions to include syntax highlighting.
LFS や依存パッケージが本ブックに示す最新安定バージョンでなかった場合には、BLFS 開発版においては、パッケージのビルドや処理実行が適切に行われないことがあります。
ダウンロード (HTTP): https://download.gnome.org/sources/gtksourceview/4.8/gtksourceview-4.8.4.tar.xz
ダウンロード MD5 sum: 2bf056caaae27654ec3a5930dd5597d3
ダウンロードサイズ: 1.1 MB
必要ディスク容量: 71 MB (テスト込み)
概算ビルド時間: 0.1 SBU (テスト込み、parallelism=4 利用)
gobject-introspection-1.78.1, libxml2-2.12.3
Vala-0.56.14, Valgrind-3.22.0, GTK-Doc-1.33.2, itstool-2.0.7, fop-2.9 (or dblatex), Glade
以下のコマンドを実行して GtkSourceView をビルドします。
mkdir build && cd build && meson setup --prefix=/usr --buildtype=release .. && ninja
ビルド結果をテストする場合は ninja test を実行します。 テストはグラフィック環境において実行する必要があります。
root
ユーザーになって以下を実行します。
ninja install
-Dgtk_doc=true
: This option is normally
used if GTK-Doc is installed and
you wish to rebuild and install the API documentation.