Highlight-3.39

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

Package Information

Highlight Dependencies

Required

Boost-1.64.0 and Lua-5.3.4

Optional

Qt-5.9.1 (to build the GUI front-end)

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

Installation of Highlight

To build Highlight run the following command:

make

To build the Qt5 GUI front-end, run the following command:

make gui

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

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-08-19 15:43:35 -0700