The libgedit-gtksourceview package provides a library that extends GtkTextView. This library adds support for syntax highlighting, undo/redo, file loading and saving, search and replace, a completion system, printing, displaying line numbers, and other features typical of a source code editor.
LFS や依存パッケージが本ブックに示す最新安定バージョンでなかった場合には、BLFS 開発版においては、パッケージのビルドや処理実行が適切に行われないことがあります。
Download (HTTP): https://gedit-technology.net/tarballs/libgedit-gtksourceview/libgedit-gtksourceview-299.0.4.tar.xz
Download MD5 sum: 3f96094715a897567e3df7f72ec6c9f0
Download size: 632 KB
Estimated disk space required: 22 MB (with tests)
Estimated build time: 0.3 SBU (with tests)
GTK+-3.24.38 and libxml2-2.12.3
Install libgedit-gtksourceview by running the following commands:
mkdir build-libgedit && cd build-libgedit && meson setup --prefix=/usr \ --buildtype=release \ -Dgtk_doc=false \ .. && ninja
To test the results, issue: ninja test.
Now, as the root
user:
ninja install
--buildtype=release
:
本パッケージの安定版リリース向けに適したビルドタイプを指定します。
デフォルトにしていると、最適化されていないバイナリを生成する場合があるためです。
-Dgtk_doc=false
: Disables
building the API documentation. Remove if you have GTK-Doc-1.33.2 installed and wish to build the
API documentation.