Highlight-3.31

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-7.10 platform.

Package Information

Highlight Dependencies

Required

Boost-1.61.0 and Lua-5.3.3

Optional

Doxygen-1.8.11 (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 2016-08-27 12:04:03 -0700