mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
7ffeb4bda2
cyrus-sasl: Fix documentation links git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22714 af4574ff-66df-0310-9fd7-8a98e5e911e0
210 lines
5.7 KiB
XML
210 lines
5.7 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY highlight-download-http "http://www.andre-simon.de/zip/highlight-&highlight-version;.tar.bz2">
|
|
<!ENTITY highlight-download-ftp " ">
|
|
<!ENTITY highlight-md5sum "33a0d901c8750bedfe9103e6ccaeec1e">
|
|
<!ENTITY highlight-size "1.3 MB">
|
|
<!ENTITY highlight-buildsize "22 MB (with gui)">
|
|
<!ENTITY highlight-time "0.3 SBU (Using paralllelism=4; with gui)">
|
|
]>
|
|
|
|
<sect1 id="highlight" xreflabel="Highlight-&highlight-version;">
|
|
<?dbhtml filename="highlight.html"?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>Highlight-&highlight-version;</title>
|
|
|
|
<indexterm zone="highlight">
|
|
<primary sortas="a-Highlight">Highlight</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to Highlight</title>
|
|
|
|
<para>
|
|
<application>Highlight</application> is an utility that converts
|
|
source code to formatted text with syntax highlighting.
|
|
</para>
|
|
|
|
&lfs91_checked;
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>
|
|
Download (HTTP): <ulink url="&highlight-download-http;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download (FTP): <ulink url="&highlight-download-ftp;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download MD5 sum: &highlight-md5sum;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download size: &highlight-size;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated disk space required: &highlight-buildsize;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated build time: &highlight-time;
|
|
</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">Highlight Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para role="required">
|
|
<xref linkend="boost"/> and
|
|
<xref linkend="lua"/>
|
|
</para>
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
|
<para role="optional">
|
|
<!-- make apidocs fails because there is no Doxyfile
|
|
<xref linkend="doxygen"/> (to build the API documentation) and -->
|
|
<xref linkend="qt5"/> (to build the GUI front-end)
|
|
</para>
|
|
|
|
<para condition="html" role="usernotes">
|
|
User Notes: <ulink url="&blfs-wiki;/highlight"/>
|
|
</para>
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of Highlight</title>
|
|
|
|
<para>
|
|
For consistency, do not compress man pages.
|
|
</para>
|
|
|
|
<screen><userinput>sed -i '/GZIP/s/^/#/' makefile</userinput></screen>
|
|
|
|
<para>
|
|
To build <application>Highlight</application> run the following
|
|
command:
|
|
</para>
|
|
|
|
<screen><userinput>make</userinput></screen>
|
|
|
|
<para>
|
|
To build the <application>Qt5</application> GUI front-end, run the
|
|
following command:
|
|
</para>
|
|
|
|
<screen><userinput>make gui</userinput></screen>
|
|
<!--
|
|
<para>
|
|
To build the API documentation, run the following command:
|
|
</para>
|
|
|
|
<screen><userinput>make apidocs</userinput></screen>
|
|
-->
|
|
<para>
|
|
This package does not come with a test suite.
|
|
</para>
|
|
|
|
<para>
|
|
To install <application>Highlight</application>, run the
|
|
following command as the
|
|
<systemitem class="username">root</systemitem> user:
|
|
</para>
|
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
|
|
|
<para>
|
|
To install the GUI program, run the following command as the
|
|
<systemitem class="username">root</systemitem> user:
|
|
</para>
|
|
|
|
<screen role="root"><userinput>make install-gui</userinput></screen>
|
|
<!--
|
|
<para>
|
|
To install the API documentation, run the following command
|
|
as the <systemitem class="username">root</systemitem> user:
|
|
</para>
|
|
|
|
<screen role="root"><userinput>cp -rv apidocs/html /usr/share/doc/highlight/apidocs</userinput></screen>
|
|
-->
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Programs</segtitle>
|
|
<segtitle>Installed Libraries</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>
|
|
highlight
|
|
</seg>
|
|
<seg>
|
|
None
|
|
</seg>
|
|
<seg>
|
|
/etc/highlight,
|
|
/usr/share/doc/highlight, and
|
|
/usr/share/highlight
|
|
</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="highlight-prog">
|
|
<term><command>highlight</command></term>
|
|
<listitem>
|
|
<para>
|
|
is a universal source code to formatted text converter.
|
|
</para>
|
|
<indexterm zone="highlight highlight-prog">
|
|
<primary sortas="b-highlight">highlight</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<!--
|
|
<varlistentry id="highlight-gui">
|
|
<term><command>highlight-gui</command></term>
|
|
<listitem>
|
|
<para>
|
|
is the <application>Qt4</application> interface to
|
|
<command>highlight</command>.
|
|
</para>
|
|
<indexterm zone="highlight highlight-gui">
|
|
<primary sortas="b-highlight-gui">highlight-gui</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
-->
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|