source: xsoft/graphweb/mozilla/mozilla-inst.xml@ a41bc9f4

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb v5_1 v5_1-pre1 xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since a41bc9f4 was a41bc9f4, checked in by Tushar Teredesai <tushar@…>, 20 years ago

Updated to Mozilla-1.6

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1709 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 6.0 KB
Line 
1<sect2>
2<title>Installation of <application>Mozilla</application></title>
3
4<!--
5<note>
6<para>According to the financial institutions, the following hack makes your
7browser insecure. You have been warned. Many sites use an MS-IE specific tag
8(autocomplete=off) to prevent autocomplete from working in some forms. This
9tag is now supported in <application>Mozilla</application> to appease the financial institutions. As per
10the requirements of the financial institutions, they will not even accept a
11solution where this a preference option. However our opinion is that it should
12be in the hands of the user. To enable autocomplete to bypass
13this restriction, we need to make a slight modification in the code.</para>
14
15<para>Open the file <filename>extensions/wallet/src/wallet.cpp</filename> in
16the <application>Mozilla</application> source tree and search for the line:
17<screen>#define WALLET_DONT_CACHE_ALL_PASSWORDS</screen>
18Then delete or comment out the line. Now, if anyone tells you MS-IE is user
19friendly, give them this example!</para>
20</note>
21-->
22
23<para>If you plan to install Enigmail, extract the ipc and enigmail tarballs
24in the <filename class="directory">extensions</filename> directory.</para>
25
26<para>Compile <application>Mozilla</application> by running the following
27commands:</para>
28
29<screen><userinput><command>export MOZILLA_OFFICIAL="1" &amp;&amp;
30export BUILD_OFFICIAL="1" &amp;&amp;
31./configure --prefix=/usr \
32 --with-default-mozilla-five-home=/usr/lib/mozilla \
33 --enable-default-toolkit=gtk2 \
34 --with-x --with-system-zlib \
35 --with-system-jpeg --with-system-png --with-system-mng \
36 --enable-xft --enable-crypto \
37 --disable-accessibility \
38 --disable-tests --disable-debug \
39 --disable-logging --enable-reorder \
40 --enable-strip --disable-pedantic \
41 --enable-cpp-rtti --enable-extensions=all &amp;&amp;
42make</command></userinput></screen>
43
44<para>If installing Enigmail, execute the following steps:</para>
45
46<screen><userinput><command>cd extensions/ipc &amp;&amp;
47./makemake -r &amp;&amp;
48make &amp;&amp;
49cd ../enigmail &amp;&amp;
50./makemake -r &amp;&amp;
51make &amp;&amp;
52cd ../..</command></userinput></screen>
53
54<para>Install <application>Mozilla</application> as follows:</para>
55
56<screen><userinput><command>make install &amp;&amp;
57install -d /usr/include/mozilla-&mozilla-version;/nss &amp;&amp;
58cp -Lf dist/private/nss/*.h dist/public/nss/*.h \
59 /usr/include/mozilla-&mozilla-version;/nss &amp;&amp;
60ln -nsf mozilla-&mozilla-version; /usr/include/mozilla &amp;&amp;
61ln -nsf mozilla-&mozilla-version; /usr/lib/mozilla</command></userinput></screen>
62
63<para>Install Enigmail as follows:</para>
64
65<screen><userinput><command>for i in components/enigmime.xpt \
66components/ipc.xpt components/libenigmime.so components/enigmail.js \
67components/enigmail.xpt chrome/enigmail.jar
68do
69 install dist/bin/$i /usr/lib/mozilla-&mozilla-version;/$i
70done</command></userinput></screen>
71
72<para>To enable multi-user operation, execute the following:</para>
73
74<screen><userinput><command>cd /usr/lib/mozilla-&mozilla-version; &amp;&amp;
75export LD_LIBRARY_PATH="/usr/lib/mozilla-&mozilla-version;" &amp;&amp;
76export MOZILLA_FIVE_HOME="/usr/lib/mozilla-&mozilla-version;" &amp;&amp;
77./regxpcom &amp;&amp;
78./regchrome &amp;&amp;
79touch `find /usr/lib/mozilla-&mozilla-version; -name *.rdf`</command></userinput></screen>
80
81</sect2>
82
83<sect2>
84<title>Optional Extra Switches</title>
85
86<para>Each of these switches can be added to the configure line in order to
87have the described effect on the <application>Mozilla</application> compile.</para>
88
89<para><option>--enable-elf-dynstr-gc</option>: Removes un-referenced
90strings from <acronym>ELF</acronym> shared objects generated during the build.
91Note that this option breaks build on alpha.</para>
92
93<para><option>--disable-mailnews</option>: Disable the mail and news
94clients.</para>
95
96<para><option>--disable-ldap</option>: Disable <acronym>LDAP</acronym>
97Support, recommended if mail is disabled.</para>
98
99<para><option>--enable-calendar</option>: Build the calendar client.</para>
100
101<para><option>--enable-xterm-updates</option>: This option is
102for enabling the <command>xterm</command> title with the current command when
103compiling.</para>
104
105<para><option>--enable-plaintext-editor-only</option>: Disable support
106for <acronym>HTML</acronym> editing. Do not use this switch if you are building
107the mail-news component.</para>
108
109</sect2>
110
111<sect2>
112<title>Additional build notes for <application>Mozilla Firebird</application> &firebird-version;</title>
113
114<para>Add the following env variable (The variable is named Phoenix since
115that was the original name for the <application>Mozilla
116Firebird</application> project):</para>
117
118<screen><userinput><command>export MOZ_PHOENIX="1"</command></userinput></screen>
119
120<para>Make sure that the following switches are passed to
121<command>./configure</command>: <option>--disable-calendar</option> and
122<option>--disable-mailnews</option>.</para>
123
124<para>We recommend installing in a separate prefix
125such as <parameter>--prefix=/opt/firebird-&firebird-version;</parameter>
126to prevent clashes with
127an installed <application>Mozilla</application>.</para>
128
129<para>The <application>Mozilla Firebird</application> executable is
130<command>MozillaFirebird</command>.</para>
131
132</sect2>
133
134<sect2>
135<title>Additional build notes for <application>Mozilla Thunderbird</application> &thunderbird-version;</title>
136
137<para>Add the following env variable:</para>
138
139<screen><userinput><command>export MOZ_THUNDERBIRD="1"</command></userinput></screen>
140
141<para>Make sure that the following switches is passed to
142<command>./configure</command>: <option>--disable-calendar</option>.</para>
143
144<para>We recommend installing in a separate prefix
145such as
146<parameter>--prefix=/opt/thunderbird-&thunderbird-version;</parameter>
147to prevent clashes with
148an installed <application>Mozilla</application>.</para>
149
150<para>The <application>Mozilla Thunderbird</application> executable is
151<command>thunderbird</command>.</para>
152
153</sect2>
Note: See TracBrowser for help on using the repository browser.