2004-06-13 06:56:28 +08:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
2005-04-04 04:52:42 +08:00
|
|
|
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
|
2004-06-13 06:56:28 +08:00
|
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
|
|
%general-entities;
|
|
|
|
]>
|
|
|
|
|
2002-07-08 04:28:42 +08:00
|
|
|
<chapter id="general-prog">
|
2004-04-14 11:02:41 +08:00
|
|
|
<?dbhtml filename="prog.html" ?>
|
2002-07-08 04:28:42 +08:00
|
|
|
<title>Programming</title>
|
|
|
|
|
2004-06-01 21:50:18 +08:00
|
|
|
<para>A base <acronym>LFS</acronym> system can be used as a development
|
|
|
|
platform, however the base system only includes language support for
|
2003-09-26 23:51:46 +08:00
|
|
|
<application>C</application>, <application>C++</application> and
|
2004-06-01 21:50:18 +08:00
|
|
|
<application>Perl</application>. This chapter provides instructions to
|
2004-06-05 07:51:46 +08:00
|
|
|
build many popular programming environments to greatly expand your
|
2004-06-01 21:50:18 +08:00
|
|
|
system's development capabilities.</para>
|
2003-09-26 23:51:46 +08:00
|
|
|
|
2004-08-30 07:41:06 +08:00
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="dejagnu.xml"/>
|
2005-04-13 00:26:50 +08:00
|
|
|
<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"/>
|
2004-08-27 10:47:59 +08:00
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gcc.xml"/>
|
2004-09-03 10:43:18 +08:00
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gcc3.xml"/>
|
2005-04-12 01:39:34 +08:00
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="guile.xml"/>
|
2005-04-24 17:52:46 +08:00
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="jdk.xml"/>
|
2005-04-13 00:26:50 +08:00
|
|
|
<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"/>
|
2002-07-08 04:28:42 +08:00
|
|
|
|
|
|
|
</chapter>
|