Grantlee-5.3.1

grantlee の概要

Grantlee は Qt フレームワークを用いて構築された、一連のフリーソフトウェアライブラリを提供します。 現時点において Grantlee は2つのライブラリを提供します。 Grantlee Templates と Grantlee TextDocument というライブラリです。 Grantlee Templates が目指すものは、アプリケーション開発者にとって、文書構造とそこに含まれるデータを容易に分離できるようにすることです。

[注記]

注記

LFS や依存パッケージが本ブックに示す最新安定バージョンでなかった場合には、BLFS 開発版においては、パッケージのビルドや処理実行が適切に行われないことがあります。

パッケージ情報

Grantlee の依存パッケージ

必須

CMake-3.28.1, (Qt-5.15.11 または qt-alternate-5.15.11)

任意

Doxygen-1.9.8 (ドキュメントのため)

Grantlee のインストール

以下のコマンドを実行して Grantlee をビルドします。

mkdir build &&
cd    build &&

cmake -DCMAKE_INSTALL_PREFIX=/usr \
      -DCMAKE_BUILD_TYPE=Release  \
      .. &&
make

このパッケージにテストスイートはありません。

root ユーザーになって以下を実行します。

make install

パッケージ構成

インストールプログラム: なし
インストールライブラリ: libGrantlee_Templates.so, libGrantlee_TextDocument.so
インストールディレクトリ: /usr/lib/cmake/Grantlee5, /usr/lib/grantlee/5.2, /usr/include/grantlee

Short Descriptions

libGrantlee_Templates.so

contains common documentation templates for separating documents from their structure

libGrantlee_TextDocument.so

contains functions that allow separating the content of text documents from their structure.