Changeset 4d2f2f47
- Timestamp:
- 01/28/2005 08:22:05 PM (18 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 6.0, 6.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, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 99ae2916
- Parents:
- 953ca97
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r953ca97 r4d2f2f47 405 405 406 406 <!-- Chapter 35 --> 407 <!ENTITY mozilla-version "1.7. 3">407 <!ENTITY mozilla-version "1.7.5"> 408 408 <!ENTITY firefox-version "1.0"> 409 409 <!ENTITY galeon-version "1.3.18"> -
introduction/welcome/changelog.xml
r953ca97 r4d2f2f47 23 23 <itemizedlist> 24 24 25 <listitem><para>January 28th, 2005 [randy]: Updated to 26 hdparm-5.8.</para></listitem>25 <listitem><para>January 28th, 2005 [randy]: Updated to hdparm-5.8 and 26 Mozilla-1.7.5.</para></listitem> 27 27 28 28 <listitem><para>January 27th, 2005 [randy]: Updated to Heimdal-0.6.3 and -
xsoft/graphweb/mozilla.xml
r953ca97 r4d2f2f47 5 5 %general-entities; 6 6 7 <!ENTITY mozilla-download-http "http://ftp.mozilla.org/pub/mozilla.org/mozilla/releases/mozilla&mozilla-version;/src/mozilla-source-&mozilla-version;.tar.bz2"> 8 <!ENTITY mozilla-download-ftp "ftp://ftp.mozilla.org/pub/mozilla.org/mozilla/releases/mozilla&mozilla-version;/src/mozilla-source-&mozilla-version;.tar.bz2"> 9 <!ENTITY mozilla-md5sum "15cb68da1d58f055f871b77ff655df77"> 10 <!ENTITY mozilla-size "29 MB"> 11 <!ENTITY mozilla-buildsize "619 MB"> 12 <!ENTITY mozilla-time "13.46 SBU"> 13 14 <!ENTITY enigmail-version "0.89.5"> 7 <!ENTITY mozilla-download-http "http://ftp.mozilla.org/pub/mozilla.org/mozilla/releases/mozilla&mozilla-version;/source/mozilla-source-&mozilla-version;.tar.bz2"> 8 <!ENTITY mozilla-download-ftp "ftp://ftp.mozilla.org/pub/mozilla.org/mozilla/releases/mozilla&mozilla-version;/source/mozilla-source-&mozilla-version;.tar.bz2"> 9 <!ENTITY mozilla-md5sum "e5994f3e801cd834966367c6a12f8aeb"> 10 <!ENTITY mozilla-size "30 MB"> 11 <!ENTITY mozilla-buildsize "625 MB"> 12 <!ENTITY mozilla-time "13.72 SBU"> 13 <!ENTITY enigmail-version "0.90.0"> 15 14 <!ENTITY ipc-version "1.1.2"> 16 15 ]> … … 23 22 <?dbhtml filename="mozilla.html" ?> 24 23 <title>Mozilla-&mozilla-version;</title> 24 <indexterm zone="mozilla"> 25 <primary sortas="a-Mozilla">Mozilla</primary> 26 </indexterm> 25 27 26 28 <sect2> … … 89 91 90 92 <sect4><title>Recommended</title> 91 <para><xref linkend="gnupg"/> (for the Enigmail extension)</para> 93 <para><xref linkend="gnupg"/> (for the <application>Enigmail</application> 94 extension)</para> 92 95 </sect4> 93 96 94 97 <sect4><title>Optional</title> 95 <para><xref linkend="libjpeg"/>, 96 <xref linkend="unzip"/>, 97 <xref linkend="gnome-vfs"/>, 98 <xref linkend="libart_lgpl"/>, 99 <xref linkend="heimdal"/> or <xref linkend="mitkrb"/> 100 (for the GSSAPI libraries), 101 <xref linkend="doxygen"/>, 102 <ulink url="http://xprint.mozdev.org/">Xprint</ulink>, 103 <ulink url="http://perens.com/FreeSoftware/">Electric Fence</ulink> and 98 <para><xref linkend="libjpeg"/>, 99 <xref linkend="unzip"/>, 100 <xref linkend="gnome-vfs"/>, 101 <xref linkend="libart_lgpl"/>, 102 <xref linkend="heimdal"/> or <xref linkend="mitkrb"/> 103 (for the GSSAPI libraries), 104 <xref linkend="doxygen"/>, 105 <ulink url="http://xprint.mozdev.org/">Xprint</ulink>, 106 <ulink url="http://perens.com/FreeSoftware/">Electric Fence</ulink> and 104 107 <ulink url="http://cairographics.org/">Cairo</ulink></para> 105 108 </sect4> … … 140 143 make</command></userinput></screen> 141 144 145 <para>You should add the <option>--with-system-jpeg</option> switch to the 146 <command>configure</command> script if you have 147 <application>libjpeg</application> installed.</para> 148 142 149 <para>If you're building the <application>Mozilla</application> mail and news 143 150 clients and plan to install the <application>Enigmail</application> … … 150 157 make -C extensions/enigmail</command></userinput></screen> 151 158 152 <para>Install <application>Mozilla</application> as follows:</para> 153 154 <screen><userinput><command>make install && 155 install -d /usr/include/mozilla-&mozilla-version;/nss && 159 <para>Install <application>Mozilla</application> (as the root user) as 160 follows:</para> 161 162 <screen><userinput role='root'><command>make install && 163 install -d -m755 /usr/include/mozilla-&mozilla-version;/nss && 156 164 cp -Lf dist/private/nss/*.h dist/public/nss/*.h \ 157 165 /usr/include/mozilla-&mozilla-version;/nss && … … 164 172 165 173 <para>If you're installing the <application>Enigmail</application> extension, 166 issue the following commands :</para>167 168 <screen><userinput ><command>make -C extensions/ipc install &&174 issue the following commands as the root user:</para> 175 176 <screen><userinput role='root'><command>make -C extensions/ipc install && 169 177 make -C extensions/enigmail install</command></userinput></screen> 170 178 … … 174 182 <application>Mozilla</application> are also needed by other packages. These 175 183 libraries should be in <filename>/usr/lib</filename> so that other packages 176 can link against them. Move them as follows:</para>177 178 <screen><userinput ><command>for i in \184 can link against them. As the root user, move them as follows:</para> 185 186 <screen><userinput role='root'><command>for i in \ 179 187 lib{nspr4,plc4,plds4,nss3,smime3,softokn3,ssl3}.so libsoftokn3.chk 180 188 do … … 189 197 executing the following:</para> 190 198 191 <screen><userinput ><command>cd /usr/lib/mozilla-&mozilla-version; &&199 <screen><userinput role='root'><command>cd /usr/lib/mozilla-&mozilla-version; && 192 200 export LD_LIBRARY_PATH="$PWD" && 193 201 export MOZILLA_FIVE_HOME="$PWD" && … … 315 323 open a browser. You may make the following symlink for convenience.</para> 316 324 317 <screen><userinput ><command>ln -sf mozilla /usr/bin/netscape</command></userinput></screen>325 <screen><userinput role='root'><command>ln -sf mozilla /usr/bin/netscape</command></userinput></screen> 318 326 319 327 <para>For installing various <application>Mozilla</application> plugins, refer
Note:
See TracChangeset
for help on using the changeset viewer.