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-8.0 platform.
Download (HTTP): http://www.andre-simon.de/zip/highlight-3.34.tar.bz2
Download MD5 sum: 6c886515231f5c16eca991a736eefe6e
Download size: 608 KB
Estimated disk space required: 15 MB (without API docs)
Estimated build time: 0.6 SBU (without API docs)
Doxygen-1.8.13 (to build the API documentation)
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/highlight
To build Highlight run the following command:
make
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 API documentation, run the following command as the
root
user:
cp -rv apidocs/html /usr/share/doc/highlight/apidocs
Last updated on 2017-02-15 12:04:59 -0800