Highlight-3.34

Introduction to Highlight

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.

Package Information

Highlight Dependencies

Required

Boost-1.63.0 and Lua-5.3.4

Optional

Doxygen-1.8.13 (to build the API documentation)

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/highlight

Installation of 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

Contents

Installed Programs: highlight
Installed Libraries: None
Installed Directories: /etc/highlight, /usr/share/doc/highlight, and /usr/share/highlight

Short Descriptions

highlight

is a universal source code to formatted text converter.

Last updated on 2017-02-15 12:04:59 -0800