Changeset 2e41a4f for general/prog


Ignore:
Timestamp:
03/24/2013 03:54:37 PM (11 years ago)
Author:
Krejzi <krejzi@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
0c6df9c
Parents:
89a3b06
Message:

Misc fixes to the book.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/openjdk.xml

    r89a3b06 r2e41a4f  
    282282    <bridgehead renderas="sect3">OpenJDK Dependencies</bridgehead>
    283283
    284     <bridgehead renderas="sect4">Optional Runtime Dependencies (required for
    285     source installation)</bridgehead>
    286     <para role="optional">
     284    <bridgehead renderas="sect4">Runtime Dependencies (required for
     285    binary installation)</bridgehead>
     286    <para role="required">
    287287      <xref linkend="cacerts"/>,
    288288      <xref linkend="cups"/>,
    289289      <xref linkend="gtk3"/>,
    290290      <xref linkend="giflib"/>,
    291       <xref linkend="pulseaudio"/>,
    292       <xref linkend="xorg7-lib"/> and
    293       <xref linkend="nspr"/>.
     291      <xref linkend="nspr"/>,
     292      <xref linkend="pulseaudio"/> and
     293      <xref linkend="xorg7-lib"/>
    294294    </para>
    295295
    296296    <bridgehead renderas="sect4">Additional Requirements
    297     (for source build, including optional requirements)</bridgehead>
    298     <para role="required">
    299     <xref linkend="apache-ant"/>,
    300     <xref linkend="cpio"/>,
    301     <xref linkend="unzip"/>,
    302     <xref linkend="wget"/>,
    303     <xref linkend="which"/>, and
    304     <xref linkend="zip"/></para>
     297    (for source build, including runtime dependencies)</bridgehead>
     298    <para role="optional">
     299      <xref linkend="apache-ant"/>,
     300      <xref linkend="cpio"/>,
     301      <xref linkend="unzip"/>,
     302      <xref linkend="wget"/>,
     303      <xref linkend="which"/> and
     304      <xref linkend="zip"/>
     305    </para>
    305306
    306307    <para condition="html" role="usernotes">User Notes:
Note: See TracChangeset for help on using the changeset viewer.