%general-entities; ]> $LastChangedBy: krejzi $ $Date: 2014-10-18 22:35:32 +0200 (Sat, 18 Oct 2014) $ 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. &lfs77_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=/usr \ -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 /usr/share/doc/grantlee-&grantlee5-version; && cp -v apidox/* /usr/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 /usr/include/grantlee, /usr/lib/cmake/Grantlee5 and /usr/lib/grantlee