Grantlee-5.3.1

Introduction to grantlee

Grantlee is a set of free software libraries written using the Qt framework. Currently two libraries are shipped with Grantlee: Grantlee Templates and Grantlee TextDocument. The goal of Grantlee Templates is to make it easier for application developers to separate the structure of documents from the data they contain, opening the door for theming.

[Note]

Note

Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.

Package Information

Grantlee Dependencies

Required

CMake-3.29.0 and (Qt-5.15.12 or qt-alternate-5.15.12)

Optional

Doxygen-1.10.0 (for documentation)

Installation of Grantlee

Install Grantlee by running the following commands:

mkdir build &&
cd    build &&

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

This package does not come with a test suite.

Now, as the root user:

make install

Contents

Installed Programs: none
Installed Libraries: libGrantlee_Templates.so and libGrantlee_TextDocument.so
Installed Directories: /usr/lib/cmake/Grantlee5, /usr/lib/grantlee/5.2, and /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.