%general-entities; ]> $LastChangedBy$ $Date$ Grantlee-&grantlee5-version; Grantlee Introduction to Grantlee The Grantlee package contains a set of libraries that can be used to separate the structure of documents from the data they contain, opening the door for theming. &lfs76_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &grantlee5-md5sum; Download size: &grantlee5-size; Estimated disk space required: &grantlee5-buildsize; Estimated build time: &grantlee5-time; Grantlee Dependencies Required and Optional and User Notes: Installation of Grantlee Install Grantlee by running the following commands: mkdir build && cd build && cmake -DCMAKE_INSTALL_PREFIX=$KF5_PREFIX \ -DCMAKE_BUILD_TYPE=Release \ -DBUILD_TESTS=OFF \ .. && make If you have installed optional dependencies and wish to generate the API documentation, issue the following command: make docs This package does not come with a test suite. Now, as the root user: make install If you have built the optional documentation, install it by running the following commands as the root user: install -v -dm755 $KF5_PREFIX/share/doc/grantlee-&grantlee5-version; && cp -v apidox/* $KF5_PREFIX/share/doc/grantlee-&grantlee5-version; Command Explanations -DBUILD_TESTS=OFF: This switch is used to prevent building test programs and libraries that are of no use to an end user. Contents Installed Programs Installed Libraries Installed Directories None libGrantlee_Templates.so and libGrantlee_TextDocument.so $KF5_PREFIX/include/grantlee, $KF5_PREFIX/lib/cmake/Grantlee5 and $KF5_PREFIX/lib/grantlee