Highlight is an utility that converts source code to formatted text with syntax highlighting.
This package is known to build and work properly using an LFS-7.6 systemd platform.
Download (HTTP): http://www.andre-simon.de/zip/highlight-3.18.tar.bz2
Download MD5 sum: 085d7639a7e05a0d41923a889dc801c9
Download size: 608 KB
Estimated disk space required: 30 MB
Estimated build time: 0.8 SBU
Doxygen-1.8.8 (to build documentation) and Qt-4.8.6 (to build GUI)
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/highlight
To build Highlight run the following command:
make
To build the Qt4 GUI run the following command:
make gui
To build the API documentation, run the following command:
make apidocs
This package does not come with a test suite.
To install Highlight, run the
following command as the root
user:
make install
To install the GUI program, run the following command as the
root
user:
make install-gui
To install the API documentation, run the following command as the
root
user:
cp -rv apidocs/html /usr/share/doc/highlight/apidocs
Last updated on 2014-08-23 12:03:12 -0700