mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 06:52:14 +08:00
Updated to Firefox-1.0 Preview Edition
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2743 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
9766fba2aa
commit
488b6a53b7
@ -363,7 +363,7 @@
|
||||
|
||||
<!-- Chapter 35 -->
|
||||
<!ENTITY mozilla-version "1.7.1">
|
||||
<!ENTITY firefox-version "0.9.3">
|
||||
<!ENTITY firefox-version "1.0PR">
|
||||
<!ENTITY galeon-version "1.3.14a">
|
||||
<!ENTITY dillo-version "0.8.2">
|
||||
|
||||
|
@ -22,6 +22,9 @@ who wrote what.</para>
|
||||
|
||||
<itemizedlist>
|
||||
|
||||
<listitem><para>September 19th, 2004 [randy]: Updated to
|
||||
Firefox-1.0 Preview Edition.</para></listitem>
|
||||
|
||||
<listitem><para>September 19th, 2004 [randy]: Added new package
|
||||
HTML Tidy.</para></listitem>
|
||||
|
||||
|
@ -4,11 +4,11 @@
|
||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY firefox-download-http "http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/&firefox-version;/firefox-&firefox-version;-source.tar.bz2">
|
||||
<!ENTITY firefox-download-ftp "ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/&firefox-version;/firefox-&firefox-version;-source.tar.bz2">
|
||||
<!ENTITY firefox-size "33 MB">
|
||||
<!ENTITY firefox-buildsize "527 MB">
|
||||
<!ENTITY firefox-time "13.1 SBU">
|
||||
<!ENTITY firefox-download-http "http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/0.10/firefox-&firefox-version;-source.tar.bz2">
|
||||
<!ENTITY firefox-download-ftp "ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/0.10/firefox-&firefox-version;-source.tar.bz2">
|
||||
<!ENTITY firefox-size "32.4 MB">
|
||||
<!ENTITY firefox-buildsize "575 MB">
|
||||
<!ENTITY firefox-time "11.05 SBU">
|
||||
]>
|
||||
|
||||
<sect1 id="firefox" xreflabel="Firefox-&firefox-version;">
|
||||
@ -41,7 +41,7 @@ url="&firefox-download-ftp;"/></para></listitem>
|
||||
<sect3><title>Additional downloads</title>
|
||||
<itemizedlist spacing="compact">
|
||||
<listitem><para>Required Patch: <ulink
|
||||
url="&patch-root;/firefox-&firefox-version;-ft218-2.patch"/></para></listitem>
|
||||
url="&patch-root;/firefox-&firefox-version;-ft218-1.patch"/></para></listitem>
|
||||
</itemizedlist></sect3>
|
||||
|
||||
<sect3><title><application>Firefox</application> dependencies</title>
|
||||
@ -69,10 +69,10 @@ url="&patch-root;/firefox-&firefox-version;-ft218-2.patch"/></para></listitem>
|
||||
<sect2>
|
||||
<title>Installation of <application>Firefox</application></title>
|
||||
|
||||
<para>The configuration of <application>Firefox</application> is
|
||||
very similar to <xref linkend="mozilla"/> and hence the options
|
||||
will not be discussed. Refer to the <xref linkend="mozilla"/> for
|
||||
explanations and additional configuration information.</para>
|
||||
<para>The configuration of <application>Firefox</application> is very similar
|
||||
to <xref linkend="mozilla"/> and hence the options are not discussed. Refer to
|
||||
the <xref linkend="mozilla"/> instructions for explanations and additional
|
||||
configuration information.</para>
|
||||
|
||||
<para>Compile and install <application>Firefox</application> by
|
||||
running the following commands:</para>
|
||||
@ -80,7 +80,7 @@ running the following commands:</para>
|
||||
<screen><userinput><command>export MOZILLA_OFFICIAL="1" &&
|
||||
export BUILD_OFFICIAL="1" &&
|
||||
export MOZ_PHOENIX="1" &&
|
||||
patch -Np1 -i ../firefox-&firefox-version;-ft218-2.patch &&
|
||||
patch -Np1 -i ../firefox-&firefox-version;-ft218-1.patch &&
|
||||
./configure --prefix=/opt/firefox-&firefox-version; \
|
||||
--with-system-zlib \
|
||||
--with-system-png \
|
||||
@ -104,7 +104,12 @@ patch -Np1 -i ../firefox-&firefox-version;-ft218-2.patch &&
|
||||
--enable-cpp-rtti \
|
||||
--disable-profilesharing &&
|
||||
make &&
|
||||
make install</command></userinput></screen>
|
||||
make install &&
|
||||
install -d /opt/firefox-&firefox-version;/include/firefox-0.10/nss &&
|
||||
cp -Lf dist/private/nss/*.h dist/public/nss/*.h \
|
||||
/opt/firefox-&firefox-version;/include/firefox-0.10/nss &&
|
||||
chown -R root:root /opt/firefox-&firefox-version;/include/firefox-0.10/nss &&
|
||||
ln -sf /opt/firefox-&firefox-version;/bin/firefox /usr/bin/MozillaFirefox</command></userinput></screen>
|
||||
|
||||
<para>You might want to add the <option>--with-system-jpeg</option>
|
||||
switch to the <command>configure</command> script if you have
|
||||
@ -112,17 +117,19 @@ switch to the <command>configure</command> script if you have
|
||||
|
||||
<para>To enable multi-user operation, execute the following:</para>
|
||||
|
||||
<screen><userinput><command>cd /opt/firefox-&firefox-version;/lib/firefox-&firefox-version; &&
|
||||
<screen><userinput><command>cd /opt/firefox-&firefox-version;/lib/firefox-0.10 &&
|
||||
export LD_LIBRARY_PATH="$PWD" &&
|
||||
export MOZILLA_FIVE_HOME="$PWD" &&
|
||||
./regxpcom &&
|
||||
./regchrome &&
|
||||
touch `find $PWD -name *.rdf`</command></userinput></screen>
|
||||
touch `find . -name *.rdf`</command></userinput></screen>
|
||||
|
||||
<note><para>You should run <command>/opt/firefox-0.9.3/bin/firefox</command>
|
||||
once as the root user to create some necessary additional files in the
|
||||
<filename class='directory'>/opt/firefox-0.9.3</filename> hierarchy.</para>
|
||||
</note>
|
||||
<note><para>You should run
|
||||
<command>/opt/firefox-&firefox-version;/bin/firefox</command>
|
||||
once as the root user (or any user with write privileges) to
|
||||
create some necessary additional files in the
|
||||
<filename class='directory'>/opt/firefox-&firefox-version;</filename>
|
||||
hierarchy.</para></note>
|
||||
|
||||
</sect2>
|
||||
|
||||
@ -138,7 +145,7 @@ extensions.</para>
|
||||
<sect2><title>Description</title>
|
||||
|
||||
<sect3><title>firefox</title>
|
||||
<para><command>firefox</command> is the yet-to-be-finished
|
||||
<para><command>firefox</command> is the Preview Edition of the
|
||||
next-generation browser from Mozilla.</para></sect3>
|
||||
|
||||
</sect2>
|
||||
|
Loading…
Reference in New Issue
Block a user