glfs/general/prog/prog.xml
Manuel Canales Esparcia 4f9811f1b3 Tagged prog.xml
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3986 af4574ff-66df-0310-9fd7-8a98e5e911e0
2005-05-05 19:48:39 +00:00

38 lines
1.9 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
]>
<chapter id="general-prog">
<?dbhtml filename="prog.html" ?>
<title>Programming</title>
<para>A base LFS system can be used as a development
platform, however the base system only includes language support for
<application>C</application>, <application>C++</application> and
<application>Perl</application>. This chapter provides instructions to
build many popular programming environments to greatly expand your
system's development capabilities.</para>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="dejagnu.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="doxygen.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="expect.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gcc.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gcc3.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="guile.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="jdk.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="librep.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="nasm.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="pdl.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="perl-modules.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="php.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="python.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ruby.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="tcl.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="tk.xml"/>
</chapter>