Changeset 1af021dc for general


Ignore:
Timestamp:
06/01/2004 01:50:18 PM (20 years ago)
Author:
Larry Lawrence <larry@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 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, v5_1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
62e9283
Parents:
aa6dadf8
Message:

grammer changes

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

Location:
general/prog
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • general/prog/gcc/gnat-inst.xml

    raa6dadf8 r1af021dc  
    1818second question.</para>
    1919
    20 <para>To finish the install, run</para>
     20<para>To finish the install, run:</para>
    2121<screen><userinput><command>./doinstall</command></userinput></screen>
    2222
  • general/prog/gcc2/gcc2-config.xml

    raa6dadf8 r1af021dc  
    1313<filename>/opt/gcc-&gcc2-version;</filename>.</para>
    1414
    15 <para>Whenever you need to use GCC-&gcc2-version; instead of you system
     15<para>Whenever you need to use GCC-&gcc2-version; instead of your system
    1616installed compiler, add
    1717<filename class="directory">/opt/gcc-&gcc2-version;/bin</filename> to the front of your <envar>PATH</envar> or (preferably) set the <envar>CC</envar>
  • general/prog/jdk/j2sdk-desc.xml

    raa6dadf8 r1af021dc  
    4646<para><command>java</command> launches a <application>Java</application>
    4747application by starting a <application>Java</application> runtime
    48 environment, loading a specified class and invoking that class's main
     48environment, loading a specified class and invoking it's main
    4949method.</para></sect3>
    5050
  • general/prog/jdk/j2sdk-intro.xml

    raa6dadf8 r1af021dc  
    2323<para>Even if you plan on compiling the <acronym>JDK</acronym> source, you will
    2424need to download the binary version to bootstrap the <acronym>JDK</acronym>
    25 build. Follow the below link to download both source and binary packages. When
     25build. Follow the link below to download both source and binary packages. When
    2626downloading the source also download the <application>Mozilla</application>
    2727headers package available at the same location.</para>
  • general/prog/perl/perl-modules-inst.xml

    raa6dadf8 r1af021dc  
    99make install</command></userinput></screen>
    1010
    11 <para>Below are modules that require some modifications to standard
    12 instructions or certain parameters in order to install
     11<para>The module listed below requires a modification in order to install
    1312successfully.</para>
    1413
     
    2827The command automatically downloads the source from the <acronym>CPAN</acronym>
    2928archive, extracts it, runs the commands mentioned above, and removes
    30 the build tree. Though note that it is not very <acronym>LFS</acronym>-like
    31 thing to do and as such is not supported.</para>
     29the build tree.</para>
    3230
    3331<para>Start the perl shell with the commands:</para>
  • general/prog/perl/perl-modules-intro.xml

    raa6dadf8 r1af021dc  
    44<para>The <application>Perl</application> module packages add useful objects
    55to the <application>Perl</application> language.  Modules utilized by packages
    6 throughout <acronym>BLFS</acronym> are listed here along with their
     6throughout <acronym>BLFS</acronym> are listed here, along with their
    77dependencies.</para>
    88
  • general/prog/prog.xml

    raa6dadf8 r1af021dc  
    33<title>Programming</title>
    44
    5 <para>An <acronym>LFS</acronym> is a development system, but only for
     5<para>A base <acronym>LFS</acronym> system can be used as a development
     6platform, however the base system only includes language support for
    67<application>C</application>, <application>C++</application> and
    7 <application>Perl</application>. This chapter expands the languages
    8 available.</para>
     8<application>Perl</application>. This chapter provides instructions to
     9build many popular programming environments to greatly expand you
     10system's development capabilities.</para>
    911
    1012&Python;
  • general/prog/python/python-intro.xml

    raa6dadf8 r1af021dc  
    55<application>Python</application> development environment.
    66This is useful for object-oriented programming, writing scripts,
    7 prototyping large programs or developing them entirely.</para>
     7prototyping large programs or developing entire applications.</para>
    88
    99<sect3><title>Package information</title>
Note: See TracChangeset for help on using the changeset viewer.