mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 15:12:11 +08:00
Tagged prog.xml
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3986 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
db81e4cb63
commit
4f9811f1b3
@ -6,31 +6,32 @@
|
||||
]>
|
||||
|
||||
<chapter id="general-prog">
|
||||
<?dbhtml filename="prog.html" ?>
|
||||
<title>Programming</title>
|
||||
<?dbhtml filename="prog.html" ?>
|
||||
|
||||
<para>A base <acronym>LFS</acronym> 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>
|
||||
<title>Programming</title>
|
||||
|
||||
<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"/>
|
||||
<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>
|
||||
|
Loading…
Reference in New Issue
Block a user