source: general/genutils/highlight-systemd.xml@ e520fdef

7.6-blfs 7.6-systemd kde5-14269 kde5-14686 systemd-13485
Last change on this file since e520fdef was 469bc5d4, checked in by Krejzi <krejzi@…>, 10 years ago

More checks and fixes.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@14016 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 5.4 KB
RevLine 
[09140ef]1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY highlight-download-http "http://www.andre-simon.de/zip/highlight-&highlight-version;.tar.bz2">
8 <!ENTITY highlight-download-ftp " ">
9 <!ENTITY highlight-md5sum "085d7639a7e05a0d41923a889dc801c9">
10 <!ENTITY highlight-size "608 KB">
[87e832a5]11 <!ENTITY highlight-buildsize "30 MB">
[8ed8f6e]12 <!ENTITY highlight-time "0.8 SBU">
[09140ef]13]>
14
[87e832a5]15<sect1 id="highlight" xreflabel="Highlight-&highlight-version;">
[09140ef]16 <?dbhtml filename="highlight.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
[87e832a5]23 <title>Highlight-&highlight-version;</title>
[09140ef]24
25 <indexterm zone="highlight">
[87e832a5]26 <primary sortas="a-Highlight">Highlight</primary>
[09140ef]27 </indexterm>
28
29 <sect2 role="package">
[87e832a5]30 <title>Introduction to Highlight</title>
[09140ef]31
32 <para>
[87e832a5]33 <application>Highlight</application> is an utility that converts
34 source code to formatted text with syntax highlighting.
[09140ef]35 </para>
36
[469bc5d4]37 &lfs76_checked;
[09140ef]38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>
43 Download (HTTP): <ulink url="&highlight-download-http;"/>
44 </para>
45 </listitem>
46 <listitem>
47 <para>
48 Download (FTP): <ulink url="&highlight-download-ftp;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download MD5 sum: &highlight-md5sum;
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download size: &highlight-size;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Estimated disk space required: &highlight-buildsize;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated build time: &highlight-time;
69 </para>
70 </listitem>
71 </itemizedlist>
72
[87e832a5]73 <bridgehead renderas="sect3">Highlight Dependencies</bridgehead>
[09140ef]74
75 <bridgehead renderas="sect4">Required</bridgehead>
76 <para role="required">
[87e832a5]77 <xref linkend="boost"/> and
78 <xref linkend="lua"/>
[09140ef]79 </para>
80
81 <bridgehead renderas="sect4">Optional</bridgehead>
82 <para role="optional">
[87e832a5]83 <xref linkend="doxygen"/> (to build documentation) and
84 <xref linkend="qt4"/> (to build GUI)
[09140ef]85 </para>
86
87 <para condition="html" role="usernotes">
88 User Notes: <ulink url="&blfs-wiki;/highlight"/>
89 </para>
90 </sect2>
91
92 <sect2 role="installation">
[87e832a5]93 <title>Installation of Highlight</title>
[8ed8f6e]94
[09140ef]95 <para>
[87e832a5]96 To build <application>Highlight</application> run the following
[09140ef]97 command:
98 </para>
99
[8ed8f6e]100<screen><userinput>make</userinput></screen>
[09140ef]101
102 <para>
[87e832a5]103 To build the <application>Qt4</application> GUI run the following
104 command:
[09140ef]105 </para>
106
[87e832a5]107<screen><userinput>make gui</userinput></screen>
108
[09140ef]109 <para>
[87e832a5]110 To build the API documentation, run the following command:
[09140ef]111 </para>
112
[87e832a5]113<screen><userinput>make apidocs</userinput></screen>
[09140ef]114
115 <para>
[87e832a5]116 This package does not come with a test suite.
[8ed8f6e]117 </para>
118
119 <para>
[87e832a5]120 To install <application>Highlight</application>, run the
121 following command as the
122 <systemitem class="username">root</systemitem> user:
[09140ef]123 </para>
124
[87e832a5]125<screen role="root"><userinput>make install</userinput></screen>
[09140ef]126
127 <para>
[87e832a5]128 To install the GUI program, run the following command as the
129 <systemitem class="username">root</systemitem> user:
[09140ef]130 </para>
131
[87e832a5]132<screen role="root"><userinput>make install-gui</userinput></screen>
[09140ef]133
134 <para>
[87e832a5]135 To install the API documentation, run the following command
136 as the <systemitem class="username">root</systemitem> user:
[09140ef]137 </para>
138
[87e832a5]139<screen role="root"><userinput>cp -rv apidocs/html /usr/share/doc/highlight/apidocs</userinput></screen>
[09140ef]140
141 </sect2>
142
143 <sect2 role="content">
144 <title>Contents</title>
145
146 <segmentedlist>
147 <segtitle>Installed Programs</segtitle>
[87e832a5]148 <segtitle>Installed Libraries</segtitle>
[09140ef]149 <segtitle>Installed Directories</segtitle>
150
151 <seglistitem>
152 <seg>
[87e832a5]153 highlight and highlight-gui
[09140ef]154 </seg>
155 <seg>
[8ed8f6e]156 None
[09140ef]157 </seg>
158 <seg>
[8ed8f6e]159 /etc/highlight
160 /usr/share/doc/highlight, and
[09140ef]161 /usr/share/highlight
162 </seg>
163 </seglistitem>
164 </segmentedlist>
165
166 <variablelist>
167 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
168 <?dbfo list-presentation="list"?>
169 <?dbhtml list-presentation="table"?>
170
[8ed8f6e]171 <varlistentry id="highlight-prog">
172 <term><command>highlight</command></term>
[09140ef]173 <listitem>
174 <para>
[87e832a5]175 is a universal source code to formatted text converter.
[09140ef]176 </para>
[8ed8f6e]177 <indexterm zone="highlight highlight-prog">
[87e832a5]178 <primary sortas="b-highlight">highlight</primary>
[09140ef]179 </indexterm>
180 </listitem>
181 </varlistentry>
182
[8ed8f6e]183 <varlistentry id="highlight-gui">
184 <term><command>highlight-gui</command></term>
[09140ef]185 <listitem>
186 <para>
[87e832a5]187 is the <application>Qt4</application> interface to
[8ed8f6e]188 <command>highlight</command>.
[09140ef]189 </para>
[8ed8f6e]190 <indexterm zone="highlight highlight-gui">
191 <primary sortas="b-highlight-gui">highlight-gui</primary>
[09140ef]192 </indexterm>
193 </listitem>
194 </varlistentry>
195
196 </variablelist>
197
198 </sect2>
199
200</sect1>
Note: See TracBrowser for help on using the repository browser.