Changeset 4f9811f


Ignore:
Timestamp:
05/05/2005 07:48:39 PM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 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:
83f69e5d
Parents:
db81e4cb
Message:

Tagged prog.xml

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/prog.xml

    rdb81e4cb r4f9811f  
    77
    88<chapter id="general-prog">
    9 <?dbhtml filename="prog.html" ?>
    10 <title>Programming</title>
     9  <?dbhtml filename="prog.html" ?>
    1110
    12 <para>A base <acronym>LFS</acronym> system can be used as a development
    13 platform, however the base system only includes language support for
    14 <application>C</application>, <application>C++</application> and
    15 <application>Perl</application>. This chapter provides instructions to
    16 build many popular programming environments to greatly expand your
    17 system's development capabilities.</para>
     11  <title>Programming</title>
    1812
    19 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="dejagnu.xml"/>
    20 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="doxygen.xml"/>
    21 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="expect.xml"/>
    22 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gcc.xml"/>
    23 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gcc3.xml"/>
    24 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="guile.xml"/>
    25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="jdk.xml"/>
    26 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="librep.xml"/>
    27 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="nasm.xml"/>
    28 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="pdl.xml"/>
    29 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="perl-modules.xml"/>
    30 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="php.xml"/>
    31 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="python.xml"/>
    32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ruby.xml"/>
    33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="tcl.xml"/>
    34 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="tk.xml"/>
     13  <para>A base LFS system can be used as a development
     14  platform, however the base system only includes language support for
     15  <application>C</application>, <application>C++</application> and
     16  <application>Perl</application>. This chapter provides instructions to
     17  build many popular programming environments to greatly expand your
     18  system's development capabilities.</para>
     19
     20  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="dejagnu.xml"/>
     21  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="doxygen.xml"/>
     22  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="expect.xml"/>
     23  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gcc.xml"/>
     24  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gcc3.xml"/>
     25  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="guile.xml"/>
     26  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="jdk.xml"/>
     27  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="librep.xml"/>
     28  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="nasm.xml"/>
     29  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="pdl.xml"/>
     30  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="perl-modules.xml"/>
     31  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="php.xml"/>
     32  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="python.xml"/>
     33  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ruby.xml"/>
     34  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="tcl.xml"/>
     35  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="tk.xml"/>
    3536
    3637</chapter>
Note: See TracChangeset for help on using the changeset viewer.