Changeset bb221892


Ignore:
Timestamp:
07/09/2006 01:21:37 AM (18 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
dc19fbff
Parents:
ed87c5a
Message:

Added a note about some additional optional dependencies in the Cdrdao instructions

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    red87c5a rbb221892  
    1 <!ENTITY day          "07">                   <!-- Always 2 digits -->
    2 <!ENTITY month        "08">                   <!-- Always 2 digits -->
     1<!ENTITY day          "09">                   <!-- Always 2 digits -->
     2<!ENTITY month        "07">                   <!-- Always 2 digits -->
    33<!ENTITY year         "2006">
    44<!ENTITY version      "svn-&year;&month;&day;">
  • introduction/welcome/changelog.xml

    red87c5a rbb221892  
    4141
    4242-->
     43
     44    <listitem>
     45      <para>July 9th, 2006</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[randy] - Added a note about some additional optional
     49          dependencies in the Cdrdao instructions.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
    4354    <listitem>
    4455      <para>July 8th, 2006</para>
    4556      <itemizedlist>
    4657        <listitem>
    47           <para>[dj]-Added instructions to QT installation to account for
     58          <para>[dj] - Added instructions to QT installation to account for
    4859          alternate installation prefix in X Window System.</para>
    4960        </listitem>
  • multimedia/cdwriteutils/cdrdao.xml

    red87c5a rbb221892  
    107107    <ulink url="http://www.gtkmm.org/">libgnomeuimm</ulink></para>
    108108
     109    <note>
     110      <para>There are two additional optional dependencies that can be used by
     111      the <application>Cdrdao</application> build: <xref linkend="cdrtools"/>
     112      and <ulink url="http://www.polhode.com/pccts133mr.html">PCCTS</ulink>.
     113      The pieces of these two packages required to build
     114      <application>Cdrdao</application> are also included in the source tree
     115      and are used by default.</para>
     116    </note>
     117
    109118    <para condition="html" role="usernotes">User Notes:
    110119    <ulink url="&blfs-wiki;/cdrdao"/></para>
Note: See TracChangeset for help on using the changeset viewer.