Changeset b82117b8


Ignore:
Timestamp:
07/12/2014 11:29:50 PM (10 years ago)
Author:
Christopher Gregory <cjg@…>
Branches:
gnome
Children:
6dbbad9
Parents:
8b7a4ddd
Message:

Updated build instructions on highlight page

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • gnome/applications/highlight.xml

    r8b7a4ddd rb82117b8  
    7272    <bridgehead renderas="sect3">highlight Dependencies</bridgehead>
    7373
     74    <bridgehead renderas="sect4">Required</bridgehead>
     75    <para role="required">
     76      <xref linkend="lua"/>, and
     77      <xref linkend="boost"/>
     78    </para>
     79
     80
    7481    <bridgehead renderas="sect4">Optional</bridgehead>
    7582    <para role="optional">
    76       <xref linkend="doxygen"/>, and
    77       <xref linkend="qt4"/>
     83      <xref linkend="doxygen"/>, (to build documentation)
     84      <xref linkend="qt4"/> (to build gui), or
     85      <xref linkend="qt5"/>
    7886    </para>
    7987
     
    8896    <para>
    8997      Install <application>highlight</application> by running the following
    90       commands:
    91     </para>
    92 
    93 <screen><userinput>./configure --prefix=/usr \
    94             --sysconfdir=/etc \
    95             --libexecdir=/usr/lib/highlight &amp;&amp;
    96 make</userinput></screen>
    97 
    98     <para>
    99       To test the results, issue: <command>make -k check</command>. Two
    100       tests may fail due to problems with the tests.
     98      command:
     99    </para>
     100
     101<screen><userinput>
     102
     103make
     104</userinput></screen>
     105
     106    <para>
     107      This application does not have a test suite.
    101108    </para>
    102109
     
    106113
    107114<screen role="root"><userinput>make install</userinput></screen>
     115
     116    <para>
     117      If you have QT4 or QT5 installed and want to install the gui as the
     118      <systemitem class="username">root</systemitem> user issue the following
     119      command:
     120    </para>
     121
     122<screen role="root"><userinput>make install-gui</userinput></screen>
     123
    108124  </sect2>
    109125
     
    112128
    113129    <para>
    114       <option>--disable-gtk2</option>: This switch disables building
    115       of the <application>GTK+ 2</application> immodule. Use it if
    116       you have not installed <application>GTK+ 2</application>.
    117     </para>
    118 
    119     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    120       href="../../xincludes/gtk-doc-rebuild.xml"/>
     130      <option>make lib-static</option>: This option will
     131      compile only the static library.
     132    </para>
     133
     134    <para>
     135      <option>make lib-shared</option>: This option will
     136      compile only the shared library.   
     137    </para>
     138
     139    <para>
     140      <option>make gui</option>: This option will
     141      compile static library and the Qt 4.x or Qt 5.x
     142      GUI
     143    </para>
     144
     145    <para>
     146      <option>make apidocs</option>: This option will
     147      build the documentation if <application>doxygen</application>
     148      is installed.
     149    </para>   
    121150
    122151  </sect2>
  • introduction/welcome/changelog.xml

    r8b7a4ddd rb82117b8  
    7171        <listitem>
    7272          <para>[cjg] - Changed configure options on gnome-clocks page.</para>
     73        </listitem>
     74        <listitem>
     75          <para>[cjg] - Changed build instructions on highlight page.</para>
    7376        </listitem>
    7477      </itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.