%general-entities; ]> Grantlee-&grantlee-version; grantlee 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. &lfs121_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &grantlee-md5sum; Download size: &grantlee-size; Estimated disk space required: &grantlee-buildsize; Estimated build time: &grantlee-time; Grantlee Dependencies Required and &qt5-deps; Optional (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 Installed Libraries Installed Directories none libGrantlee_Templates.so and libGrantlee_TextDocument.so /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_Templates.so libGrantlee_TextDocument.so contains functions that allow separating the content of text documents from their structure. libGrantlee_TextDocument.so