mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
Added indexing tags to Firefox instructions
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3485 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
b77ebfad8b
commit
e3c939cc2e
@ -1,4 +1,4 @@
|
||||
<!ENTITY day "17">
|
||||
<!ENTITY day "18">
|
||||
<!ENTITY month "02">
|
||||
<!ENTITY year "2005">
|
||||
<!ENTITY version "svn-&year;&month;&day;">
|
||||
|
@ -19,6 +19,8 @@
|
||||
</sect1info>
|
||||
<?dbhtml filename="firefox.html" ?>
|
||||
<title>Firefox-&firefox-version;</title>
|
||||
<indexterm zone="firefox">
|
||||
<primary sortas="a-Firefox">Firefox</primary></indexterm>
|
||||
|
||||
<sect2>
|
||||
<title>Introduction to <application>Firefox</application></title>
|
||||
@ -104,8 +106,11 @@ export MOZ_PHOENIX="1" &&
|
||||
--disable-ldap \
|
||||
--disable-composer \
|
||||
--disable-profilesharing &&
|
||||
make &&
|
||||
make install &&
|
||||
make</command></userinput></screen>
|
||||
|
||||
<para>Now, as the root user:</para>
|
||||
|
||||
<screen><userinput role='root'><command>make install &&
|
||||
install -d /usr/include/firefox-&firefox-version;/nss &&
|
||||
cp -Lf dist/private/nss/*.h dist/public/nss/*.h \
|
||||
/usr/include/firefox-&firefox-version;/nss</command></userinput></screen>
|
||||
@ -114,7 +119,8 @@ cp -Lf dist/private/nss/*.h dist/public/nss/*.h \
|
||||
<command>configure</command> script if you have
|
||||
<application>libjpeg</application> installed.</para>
|
||||
|
||||
<para>To enable multi-user operation, execute the following:</para>
|
||||
<para>To enable multi-user operation, execute the following as the root
|
||||
user:</para>
|
||||
|
||||
<screen><userinput><command>cd /usr/lib/firefox-&firefox-version; &&
|
||||
export LD_LIBRARY_PATH="$PWD" &&
|
||||
@ -133,17 +139,34 @@ hierarchy.</para></note>
|
||||
<sect2>
|
||||
<title>Contents</title>
|
||||
|
||||
<para>The <application>Firefox</application> package contains
|
||||
<command>firefox</command> and numerous browser components, plugins and
|
||||
extensions.</para>
|
||||
<segmentedlist>
|
||||
<segtitle>Installed Program</segtitle>
|
||||
<segtitle>Installed Libraries</segtitle>
|
||||
<segtitle>Installed Directories</segtitle>
|
||||
|
||||
</sect2>
|
||||
<seglistitem>
|
||||
<seg>firefox</seg>
|
||||
<seg>Numerous libraries, browser components, plugins, extensions and helper
|
||||
modules installed in
|
||||
<filename class='directory'>/usr/lib/firefox-&firefox-version;</filename></seg>
|
||||
<seg>/usr/include/firefox-&firefox-version;,
|
||||
/usr/lib/firefox-&firefox-version; and
|
||||
/usr/share/idl/firefox-&firefox-version;</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
||||
<sect2><title>Description</title>
|
||||
<variablelist>
|
||||
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
||||
<?dbfo list-presentation="list"?>
|
||||
|
||||
<sect3><title>firefox</title>
|
||||
<para><command>firefox</command> is the
|
||||
next-generation browser from Mozilla.</para></sect3>
|
||||
<varlistentry id="firefox-prog">
|
||||
<term><command>firefox</command></term>
|
||||
<listitem><para>is the next-generation browser from Mozilla.</para>
|
||||
<indexterm zone="firefox firefox-prog">
|
||||
<primary sortas="b-firefox">firefox</primary>
|
||||
</indexterm></listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user