source: general/prog/prog.xml@ d1c51434

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since d1c51434 was d1c51434, checked in by Fernando de Oliveira <fernando@…>, 9 years ago
  • Update to x264-snapshot-20150908-2245.
  • Update to mplayer-SVN-r37520.
  • Remove "CVS-1.11.23" and "Running a CVS Server".
  • Update to joe-4.1.

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

  • Property mode set to 100644
File size: 4.2 KB
RevLine 
[52d29f7]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[52d29f7]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6]>
7
[276015d2]8<!--
9$LastChangedBy$
10$Date$
11-->
12
[f45b1953]13<chapter id="general-prog">
[4f9811f]14 <?dbhtml filename="prog.html" ?>
[f45b1953]15
[4f9811f]16 <title>Programming</title>
[06aea651]17
[4f9811f]18 <para>A base LFS system can be used as a development
19 platform, however the base system only includes language support for
20 <application>C</application>, <application>C++</application> and
21 <application>Perl</application>. This chapter provides instructions to
22 build many popular programming environments to greatly expand your
23 system's development capabilities.</para>
24
[b2b0d26]25<!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="bazaar.xml"/> -->
[e4123d2]26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="check.xml"/>
[230af9f]27 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="clisp.xml"/>
[08f1ff7]28 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="cmake.xml"/>
[d1c51434]29 <!--<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="cvs.xml"/>
30 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="cvsserver.xml"/>-->
[e05cd03f]31 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dejagnu.xml"/>
32 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="doxygen.xml"/>
[d489d4b]33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="elfutils.xml"/>
[e05cd03f]34 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="expect.xml"/>
35 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gcc.xml"/>
[2d488eb]36 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gcc-java.xml"/>
[ae0673a]37 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gcc-ada.xml"/>
[7ded7e3]38 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gc.xml"/>
[4b0ebf70]39 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gdb.xml"/>
[800f6b1]40 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="git.xml"/>
[e05cd03f]41 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="guile.xml"/>
42 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="librep.xml"/>
[7b74537e]43 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="llvm.xml"/>
[c1a0390]44 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="lua.xml"/>
[f5a75ae]45 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mercurial.xml"/>
[e05cd03f]46 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="nasm.xml"/>
[fd65789]47 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="npapi-sdk.xml"/>
[e05cd03f]48 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="perl-modules.xml"/>
49 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="php.xml"/>
[bf847d6d]50 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="python2.xml"/>
[7224506]51 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="python3.xml"/>
[e05cd03f]52 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="python-modules.xml"/>
53 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ruby.xml"/>
[1b35ce63]54 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="scons.xml"/>
[7ded7e3]55 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="slang.xml"/>
[08f1ff7]56 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="subversion.xml"/>
[e31502b]57 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="svnserver.xml"/>
[47c4c7d]58 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="swig.xml"/>
[e05cd03f]59 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="tcl.xml"/>
60 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="tk.xml"/>
[a1c3701]61 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="vala.xml"/>
[f1607a4]62 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="valgrind.xml"/>
[800f6b1]63 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="yasm.xml"/>
[e05cd03f]64 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="other-tools.xml"/>
[f45b1953]65
[784a1a7f]66 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dummy-java.xml"/>
67 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="java.xml"/>
[58cba7f0]68 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="openjdk.xml"/>
69 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ojdk-conf.xml"/>
[784a1a7f]70 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="apache-ant.xml"/>
[6dc9fd3]71 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="junit.xml"/>
[784a1a7f]72
[f45b1953]73</chapter>
Note: See TracBrowser for help on using the repository browser.