Changeset 2b89e0a


Ignore:
Timestamp:
05/09/2012 11:44:31 AM (12 years ago)
Author:
Andrew Benton <andy@…>
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:
ec31986
Parents:
241a22e8
Message:

Made some links from the Gnash page to the Firefox and Seamonkey pages

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

Location:
xsoft
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/firefox.xml

    r241a22e8 r2b89e0a  
    200200chown -R -v root:root /usr/lib/firefox-&firefox-version;</userinput></screen>
    201201
     202    <bridgehead renderas="sect3" id="npapi-firefox" xreflabel="Firefox">
     203      NPAPI Headers
     204    </bridgehead>
    202205    <para>
    203206      The above instructions just install the parts you need to run
     
    211214cp dom/plugins/base/*.h /usr/include/npapi</userinput></screen>
    212215
     216    <bridgehead renderas="sect3" id="devel-firefox" xreflabel="Firefox">
     217      All the Development Libraries and Headers
     218    </bridgehead>
    213219    <para>
    214220      If you want to install the full <application>Firefox</application>
  • xsoft/graphweb/seamonkey.xml

    r241a22e8 r2b89e0a  
    220220cp -v moz-build-dir/mozilla/dist/man/man1/seamonkey.1 /usr/share/man/man1</userinput></screen>
    221221
     222    <bridgehead renderas="sect3" id="npapi-seamonkey" xreflabel="Seamonkey">
     223      NPAPI Headers
     224    </bridgehead>
    222225    <para>
    223226      The above instructions just install the parts you need to run
     
    231234cp mozilla/dom/plugins/base/*.h /usr/include/npapi</userinput></screen>
    232235
     236    <bridgehead renderas="sect3" id="devel-seamonkey" xreflabel="Seamonkey">
     237      All the Development Libraries and Headers
     238    </bridgehead>
    233239    <para>
    234240      If you want to install the full <application>Seamonkey</application>
  • xsoft/other/gnash.xml

    r241a22e8 r2b89e0a  
    145145    <para>
    146146      <option>--with-npapi-incl=/usr/include/npapi</option>: This option tells
    147       it where to find some Mozilla headers that it needs.
     147      it where to find some Mozilla headers that it needs. You should have
     148      installed these headers when you installed <xref linkend="npapi-firefox"/>
     149      or <xref linkend="npapi-seamonkey"/>.
    148150    </para>
    149151
Note: See TracChangeset for help on using the changeset viewer.