The GtkSourceView package contains a library used for extending the GTK text functions to include syntax highlighting.
LFS や依存パッケージが本ブックに示す最新安定バージョンでなかった場合には、BLFS 開発版においては、パッケージのビルドや処理実行が適切に行われないことがあります。
ダウンロード (HTTP): https://download.gnome.org/sources/gtksourceview/5.10/gtksourceview-5.10.0.tar.xz
ダウンロード MD5 sum: f74162d727875c3f517d5316148e7222
ダウンロードサイズ: 1.2 MB
必要ディスク容量: 47 MB
概算ビルド時間: 0.2 SBU (with tests; both using parallelism=4)
gobject-introspection-1.78.1, libxml2-2.12.3
GTK-Doc-1.33.2, Vala-0.56.14, Valgrind-3.22.0, Vulkan-Loader-1.3.273, sysprof
以下のコマンドを実行して GtkSourceView をビルドします。
mkdir build && cd build && meson setup --prefix=/usr --buildtype=release .. && ninja
ビルド結果をテストする場合は ninja test を実行します。
root
ユーザーになって以下を実行します。
ninja install
-Dgtk_doc=true
: Use this switch if you
have GTK-Doc-1.33.2 installed and wish to generate
the API documentation.
-Dsysprof=true
: Use this switch if you
have sysprof installed and
wish to build with sysprof profiler support.