Ignore:
Timestamp:
11/12/2013 09:47:47 AM (10 years ago)
Author:
Igor Živković <igor@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
6623e7e
Parents:
c197636
Message:

various fixes thanks to akh

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/other-tools.xml

    rc197636 rbe00429  
    18131813
    18141814      <sect4 role="package">
    1815         <title>gtkmm</title>
    1816 
    1817         <para><application>gtkmm</application> is the official C++ interface
    1818         for the popular GUI library <application>GTK+</application>. Highlights
    1819         include typesafe callbacks, widgets extensible via inheritance and a
    1820         comprehensive set of widgets. You can create user interfaces either in
    1821         code or with the Glade designer, using
    1822         <application>libglademm</application>.</para>
    1823 
    1824         <itemizedlist spacing="compact">
    1825           <listitem>
    1826             <para>Project Home Page: <ulink
    1827             url="http://www.gtkmm.org/"/></para>
    1828           </listitem>
    1829           <listitem>
    1830             <para>Download Location: <ulink
    1831             url="http://www.gtkmm.org/download.shtml"/></para>
    1832           </listitem>
    1833         </itemizedlist>
    1834 
    1835       </sect4>
    1836 
    1837       <sect4 role="package">
    18381815        <title>Java-GNOME</title>
    18391816
     
    22132190
    22142191    <sect3 role="package">
    2215       <title>GDB (GNU Debugger)</title>
    2216 
    2217       <para><application>GDB</application> is the GNU Project debugger. It
    2218       allows you to see what is going on <quote>inside</quote> another program
    2219       while it executes. It also allows you to see what another program was
    2220       doing at the moment it crashed.</para>
    2221 
    2222       <itemizedlist spacing="compact">
    2223         <listitem>
    2224           <para>Project Home Page: <ulink
    2225           url="http://www.gnu.org/software/gdb/"/></para>
    2226         </listitem>
    2227         <listitem>
    2228           <para>Download Location: <ulink
    2229           url="ftp://ftp.gnu.org/gnu/gdb/"/></para>
    2230         </listitem>
    2231       </itemizedlist>
    2232 
    2233       <para condition="html" role="usernotes">User Notes and Installation
    2234       Instructions: <ulink url="&blfs-wiki;/OtherProgrammingTools"/></para>
    2235 
    2236     </sect3>
    2237 
    2238     <sect3 role="package">
    22392192      <title>gocache (GNU Object Cache)</title>
    22402193
     
    22892242
    22902243    <sect3 role="package">
    2291       <title>SCons</title>
    2292 
    2293       <para><application>SCons</application> is an Open Source software
    2294       construction tool, i.e, a next-generation build tool. Think of
    2295       <application>SCons</application> as an improved, cross-platform
    2296       substitute for the classic <command>make</command> utility with
    2297       integrated functionality similar to
    2298       <application>Autoconf</application>/<application>Automake</application>
    2299       and compiler caches such as <command>ccache</command>.</para>
    2300 
    2301       <itemizedlist spacing="compact">
    2302         <listitem>
    2303           <para>Project Home Page: <ulink
    2304           url="http://scons.sourceforge.net/"/></para>
    2305         </listitem>
    2306         <listitem>
    2307           <para>Download Location: <ulink
    2308           url="&sourceforge-repo;/scons/"/></para>
    2309         </listitem>
    2310       </itemizedlist>
    2311 
    2312     </sect3>
    2313 
    2314     <sect3 role="package">
    23152244      <title>strace</title>
    23162245
Note: See TracChangeset for help on using the changeset viewer.