The Tepl package contains a library that eases the development of GtkSourceView-based text editors and IDEs.
LFS や依存パッケージが本ブックに示す最新安定バージョンでなかった場合には、BLFS 開発版においては、パッケージのビルドや処理実行が適切に行われないことがあります。
ダウンロード (HTTP): https://download.gnome.org/sources/tepl/6.8/tepl-6.8.0.tar.xz
ダウンロード MD5 sum: 5d29b2c9032a1ba2d33ef9c9c9c7de79
ダウンロードサイズ: 164 KB
必要ディスク容量: 13 MB (with tests)
概算ビルド時間: 0.3 SBU (with tests)
gsettings-desktop-schemas-45.0, ICU-74.1, libgedit-amtk-5.8.0, libgeditsourceview-299.0.4, uchardet-0.0.8
GTK-Doc-1.33.2 (for documentation) and Valgrind-3.22.0
以下のコマンドを実行して Tepl をビルドします。
mkdir tepl-build && cd tepl-build && meson setup --prefix=/usr \ --buildtype=release \ -Dgtk_doc=false \ .. && ninja
ビルド結果をテストする場合は ninja test を実行します。
root
ユーザーになって以下を実行します。
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.