mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 22:42:14 +08:00
Updated to Firefox-1.0.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2945 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
a8599ffcfe
commit
59daef2967
@ -371,7 +371,7 @@
|
||||
|
||||
<!-- Chapter 35 -->
|
||||
<!ENTITY mozilla-version "1.7.1">
|
||||
<!ENTITY firefox-version "1.0rc1">
|
||||
<!ENTITY firefox-version "1.0">
|
||||
<!ENTITY galeon-version "1.3.14a">
|
||||
<!ENTITY dillo-version "0.8.2">
|
||||
|
||||
|
@ -22,8 +22,8 @@ who wrote what.</para>
|
||||
|
||||
<itemizedlist>
|
||||
|
||||
<listitem><para>November 15th, 2004 [igor]: Added
|
||||
freeglut-2.2.0.</para></listitem>
|
||||
<listitem><para>November 15th, 2004 [igor]: Added freeglut-2.2.0 and
|
||||
updated to Firefox-1.0.</para></listitem>
|
||||
|
||||
<listitem><para>November 15th, 2004 [randy]: Added NASM and Dmalloc
|
||||
as optional dependencies of LZO; added MD5 sum and minor updates to the
|
||||
|
@ -4,8 +4,8 @@
|
||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY firefox-download-http "http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/&firefox-version;/firefox-1.0PR-source.tar.bz2">
|
||||
<!ENTITY firefox-download-ftp "ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/&firefox-version;/firefox-1.0PR-source.tar.bz2">
|
||||
<!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 "32 MB">
|
||||
<!ENTITY firefox-buildsize "575 MB">
|
||||
<!ENTITY firefox-time "11.1 SBU">
|
||||
@ -99,10 +99,10 @@ export MOZ_PHOENIX="1" &&
|
||||
--disable-profilesharing &&
|
||||
make &&
|
||||
make install &&
|
||||
install -d /usr/include/firefox-1.0/nss &&
|
||||
install -d /usr/include/firefox-&firefox-version;/nss &&
|
||||
cp -Lf dist/private/nss/*.h dist/public/nss/*.h \
|
||||
/usr/include/firefox-1.0/nss &&
|
||||
chown -R root:root /usr/include/firefox-1.0/nss</command></userinput></screen>
|
||||
/usr/include/firefox-&firefox-version;/nss &&
|
||||
chown -R root:root /usr/include/firefox-&firefox-version;/nss</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
|
||||
@ -110,7 +110,7 @@ switch to the <command>configure</command> script if you have
|
||||
|
||||
<para>To enable multi-user operation, execute the following:</para>
|
||||
|
||||
<screen><userinput><command>cd /usr/lib/firefox-1.0 &&
|
||||
<screen><userinput><command>cd /usr/lib/firefox-&firefox-version; &&
|
||||
export LD_LIBRARY_PATH="$PWD" &&
|
||||
export MOZILLA_FIVE_HOME="$PWD" &&
|
||||
./regxpcom &&
|
||||
|
Loading…
Reference in New Issue
Block a user