Changeset 0f47226
- Timestamp:
- 09/27/2003 11:40:25 PM (20 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 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, kea, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/python-mods, qt5new, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 8a69010
- Parents:
- a75063d4
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
basicnet/mailnews/other.xml
ra75063d4 r0f47226 15 15 16 16 <para><xref linkend="mozilla"/> includes both a mail client and newsreader in 17 its installation.</para> 17 its installation along with notes for installing <application>Mozilla 18 Thunderbird</application>, a mail/news client based on the 19 <application>Mozilla</application> codebase.</para> 18 20 19 21 <para><xref linkend="evolution"/> includes an <acronym>GTK</acronym>2 -
introduction/welcome/changelog.xml
ra75063d4 r0f47226 11 11 12 12 <itemizedlist> 13 14 <listitem><para>September 27th, 2003 [tushar]: Updated Mozilla instructions 15 for gcc-3.3.1. Added notes for building Firebird and Thunderbird. 16 </para></listitem> 13 17 14 18 <listitem><para>September 27th, 2003 [larry] updated to xfs patch for -
xsoft/graphweb/mozilla/mozilla-config.xml
ra75063d4 r0f47226 3 3 4 4 <para>No specific configuration is required as long as the <command>mozilla 5 </comand> binary is in the path for the user. If you have installed mozilla in 6 a non-standard location such as &mozilla-prefix;, then make a sym-link to the 7 <command>mozilla</command> binary from <filename>/usr/bin</filename>.</para> 5 </comand> binary is in the path for the user. If <application>Mozilla</application> 6 is installed in a non-standard location, then make a sym-link to the 7 <command>mozilla</command> binary from <filename>/usr/bin</filename>. 8 Same thing applies for <application>Mozilla Firebird</application> and 9 <application>Mozilla Thunderbird</application>.</para> 8 10 9 11 <para>Many applications look for <command>netscape</command> when they need to … … 13 15 14 16 <para>For installing various <application>Mozilla</application> plugins, refer 15 to the above mentioned <acronym>URL</acronym> for the <application>Mozilla 16 </application> hint.</para> 17 to <ulink url="http://plugindoc.mozdev.org/linux.html">Mozdev's PluginDoc Project</ulink></para> 17 18 18 19 </sect2> -
xsoft/graphweb/mozilla/mozilla-exp.xml
ra75063d4 r0f47226 3 3 4 4 <para><screen><command>export MOZILLA_OFFICIAL="1" && 5 export BUILD_OFFICIAL="1" && 6 export MOZ_INTERNAL_LIBART_LGPL="1"</command></screen> 5 export BUILD_OFFICIAL="1"</command></screen> 7 6 Set some variables that affect what and how it is built. The first two exports 8 7 specify that we are building a distribution. The last export specifies that we … … 46 45 switch to <command>--enable-extensions="default,-venkman,-inspector,-irc"</command>.</para> 47 46 48 <para><command>--enable-svg</command> : Enable <acronym>SVG</acronym>49 (Scalable Vector Graphics) support.</para>50 51 47 <para><screen><command>install -d &mozilla-prefix;/include/mozilla-&mozilla-version;/nss 52 48 cp -Lf dist/private/nss/*.h dist/public/nss/*.h \ -
xsoft/graphweb/mozilla/mozilla-inst.xml
ra75063d4 r0f47226 7 7 <screen><userinput><command>export MOZILLA_OFFICIAL="1" && 8 8 export BUILD_OFFICIAL="1" && 9 <!-- 9 10 export MOZ_INTERNAL_LIBART_LGPL="1" && 10 <!--11 11 cd extensions && 12 12 rm -rf spellcheck && … … 44 44 --disable-logging --enable-reorder \ 45 45 --enable-strip \ 46 --enable-cpp-rtti --enable-extensions=all \ 47 --enable-svg && 46 --enable-cpp-rtti --enable-extensions=all && 48 47 make && 49 48 make install && … … 97 96 98 97 </sect2> 98 99 <sect2> 100 <title>Additional build notes for <application>Mozilla Firebird</application> &firebird-version;</title> 101 102 <para>Add the following env variable (The variable is named Phoenix since 103 that was the original name for the Mozilla Firebird project):</para> 104 105 <screen><userinput><command>export MOZILLA_PHOENIX="1"</command></userinput></screen> 106 107 <para>Make sure that the following switches are passed to 108 <command>./configure</command>: <command>--disable-calendar</command> and 109 <command>--disable-mailnews</command>.</para> 110 111 <para>We recommend installing in a seperate prefix 112 such as <command>--prefix=/opt/firebird-&firebird-version;</command> 113 to prevent clashes with 114 an installed <application>Mozilla</application>.</para> 115 116 <para>The <application>Mozilla Firebird</application> executable is 117 <command>MozillaFirebird</command>.</para> 118 119 </sect2> 120 121 <sect2> 122 <title>Additional build notes for <application>Mozilla Thunderbird</application> &thunderbird-version;</title> 123 124 <para>Add the following env variable:</para> 125 126 <screen><userinput><command>export MOZ_THUNDERBIRD="1"</command></userinput></screen> 127 128 <para>Make sure that the following switche is passed to 129 <command>./configure</command>: <command>--disable-calendar</command>.</para> 130 131 <para>We recommend installing in a seperate prefix 132 such as <command>--prefix=/opt/thunderbird-&thunderbird-version;</command> 133 to prevent clashes with 134 an installed <application>Mozilla</application>.</para> 135 136 <para>The <application>Mozilla Thunderbird</application> executable is 137 <command>thunderbird</command>.</para> 138 139 </sect2> -
xsoft/graphweb/mozilla/mozilla-intro.xml
ra75063d4 r0f47226 7 7 calendar component is also being built but it is not yet integrated into the 8 8 stable <application>Mozilla</application> releases.</para> 9 10 <para>In this section we also mention the building of <application>Mozilla Firebird</application>, 11 (a stand-alone browser based on the Mozilla source code) and <application>Mozilla Thunderbird</application>, 12 (a stand-alone mail client based on the Mozilla source code). Since the build instructions 13 for <application>Mozilla Firebird</application> and <application>Mozilla Thunderbird</application> 14 are similar to <application>Mozilla</application>, only the changes required with respect to 15 the <application>Mozilla</application> instructions are mentioned.</para> 9 16 10 17 <sect3><title>Package information</title> -
xsoft/graphweb/mozilla/mozilla.ent
ra75063d4 r0f47226 7 7 <!ENTITY mozilla-buildsize "550 MB"> 8 8 <!ENTITY mozilla-version "1.4"> 9 <!ENTITY firebird-version "0.6.1"> 10 <!ENTITY thunderbird-version "0.2"> 9 11 <!ENTITY mozilla-prefix "/usr"> 10 12 <!ENTITY mozilla-download-http "http://ftp.mozilla.org/pub/mozilla/releases/mozilla&mozilla-version;/src/mozilla-source-&mozilla-version;.tar.bz2">
Note:
See TracChangeset
for help on using the changeset viewer.