Highlight-3.49

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

Package Information

Highlight Dependencies

Required

Boost-1.69.0 and Lua-5.3.5

Optional

Qt-5.12.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 2019-02-15 13:01:29 -0800