Ignore:
Timestamp:
03/18/2020 10:00:14 AM (5 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
Children:
63228ac1
Parents:
dca1247
Message:

Format general/genutils

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22852 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/rep-gtk.xml

    rdca1247 rb7a85cd9  
    3030    <title>Introduction to Rep-gtk</title>
    3131
    32     <para>The <application>rep-gtk</application> package contains a
    33     <application>Lisp</application> and <application>GTK</application> binding.
    34     This is useful for extending <application>GTK-2</application> and
    35     <application>GDK</application> libraries with <application>Lisp</application>.
    36     Starting at <application>rep-gtk</application>-0.15, the package contains the
    37     bindings to <application>GTK</application> and uses the same instructions.
    38     Both can be installed, if needed. </para>
     32    <para>
     33      The <application>rep-gtk</application> package contains a
     34      <application>Lisp</application> and <application>GTK</application>
     35      binding.  This is useful for extending <application>GTK-2</application>
     36      and <application>GDK</application> libraries with
     37      <application>Lisp</application>.  Starting at
     38      <application>rep-gtk</application>-0.15, the package contains the
     39      bindings to <application>GTK</application> and uses the same
     40      instructions.  Both can be installed, if needed.
     41    </para>
    3942
    4043    &lfs91_checked;
     
    4346    <itemizedlist spacing="compact">
    4447      <listitem>
    45         <para>Download (HTTP): <ulink url="&rep-gtk-download-http;"/></para>
     48        <para>
     49          Download (HTTP): <ulink url="&rep-gtk-download-http;"/>
     50        </para>
    4651      </listitem>
    4752      <listitem>
    48         <para>Download (FTP): <ulink url="&rep-gtk-download-ftp;"/></para>
     53        <para>
     54          Download (FTP): <ulink url="&rep-gtk-download-ftp;"/>
     55        </para>
    4956      </listitem>
    5057      <listitem>
    51         <para>Download MD5 sum: &rep-gtk-md5sum;</para>
     58        <para>
     59          Download MD5 sum: &rep-gtk-md5sum;
     60        </para>
    5261      </listitem>
    5362      <listitem>
    54         <para>Download size: &rep-gtk-size;</para>
     63        <para>
     64          Download size: &rep-gtk-size;
     65        </para>
    5566      </listitem>
    5667      <listitem>
    57         <para>Estimated disk space required: &rep-gtk-buildsize;</para>
     68        <para>
     69          Estimated disk space required: &rep-gtk-buildsize;
     70        </para>
    5871      </listitem>
    5972      <listitem>
    60         <para>Estimated build time: &rep-gtk-time;</para>
     73        <para>
     74          Estimated build time: &rep-gtk-time;
     75        </para>
    6176      </listitem>
    6277    </itemizedlist>
     
    7893    <title>Installation of Rep-gtk</title>
    7994
    80     <para>Install <application>rep-gtk</application> by running the following
    81     commands:</para>
     95    <para>
     96      Install <application>rep-gtk</application> by running the following
     97      commands:
     98    </para>
    8299
    83100<screen><userinput>./autogen.sh --prefix=/usr &amp;&amp;
    84101make</userinput></screen>
    85102
    86     <para>This package does not come with a test suite.</para>
     103    <para>
     104      This package does not come with a test suite.
     105    </para>
    87106
    88     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     107    <para>
     108      Now, as the <systemitem class="username">root</systemitem> user:
     109    </para>
    89110
    90111<screen role="root"><userinput>make install</userinput></screen>
     
    115136        <term><filename class='libraryfile'>Lisp bindings</filename></term>
    116137        <listitem>
    117           <para>are libraries stored in <filename
    118           class="directory">/usr/lib/rep/gui/</filename> that assist
    119           communication between Lisp and the <application>GTK</application>
    120           libraries.</para>
     138          <para>
     139            are libraries stored in <filename
     140            class="directory">/usr/lib/rep/gui/</filename> that assist
     141            communication between Lisp and the <application>GTK</application>
     142            libraries.
     143          </para>
    121144          <indexterm zone="rep-gtk lisp-bindings">
    122145            <primary sortas="c-Lisp-bindings">Lisp bindings</primary>
Note: See TracChangeset for help on using the changeset viewer.