source: xsoft/graphweb/seamonkey.xml@ 52519fdd

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 52519fdd was 52519fdd, checked in by Bruce Dubbs <bdubbs@…>, 7 years ago

Remove reference to obsolete seamonkey patch

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

  • Property mode set to 100644
File size: 15.4 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY seamonkey-download-http "&mozilla-http;/seamonkey/releases/&seamonkey-version;/source/seamonkey-&seamonkey-version;.source.tar.xz">
8<!-- <!ENTITY seamonkey-download-ftp "&mozilla-ftp;/seamonkey/releases/&seamonkey-version;/source/seamonkey-&seamonkey-version;.source.tar.bz2">-->
9 <!ENTITY seamonkey-download-ftp " ">
10 <!ENTITY seamonkey-md5sum "436a158e16eee151b97f96c053b82d45">
11 <!ENTITY seamonkey-size "195 MB">
12 <!ENTITY seamonkey-buildsize "3.9 GB (104 MB installed)">
13 <!ENTITY seamonkey-time "13.8 SBU (using parallelism=4)">
14]>
15
16<sect1 id="seamonkey" xreflabel="SeaMonkey-&seamonkey-version;">
17 <?dbhtml filename="seamonkey.html" ?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>SeaMonkey-&seamonkey-version;</title>
25
26 <indexterm zone="seamonkey">
27 <primary sortas="a-SeaMonkey">SeaMonkey</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to SeaMonkey</title>
32
33 <para>
34 <application>SeaMonkey</application> is a browser suite, the Open Source
35 sibling of <application>Netscape</application>. It includes the browser,
36 composer, mail and news clients, and an IRC client. It is the follow-on
37 to the Mozilla browser suite.
38 </para>
39
40 <para>
41 The Mozilla project also hosts two subprojects that aim to satisfy the
42 needs of users who don't need the complete browser suite or prefer to have
43 separate applications for browsing and e-mail. These subprojects are
44 <xref linkend="firefox"/> and <xref linkend="thunderbird"/>. Both are
45 based on the <application>Mozilla</application> source code.
46 </para>
47
48 &lfs7a_checked;
49
50 <bridgehead renderas="sect3">Package Information</bridgehead>
51 <itemizedlist spacing="compact">
52 <listitem>
53 <para>
54 Download (HTTP): <ulink url="&seamonkey-download-http;"/>
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download (FTP): <ulink url="&seamonkey-download-ftp;"/>
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Download MD5 sum: &seamonkey-md5sum;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Download size: &seamonkey-size;
70 </para>
71 </listitem>
72 <listitem>
73 <para>
74 Estimated disk space required: &seamonkey-buildsize;
75 </para>
76 </listitem>
77 <listitem>
78 <para>
79 Estimated build time: &seamonkey-time;
80 </para>
81 </listitem>
82 </itemizedlist>
83<!--
84 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
85 <itemizedlist spacing="compact">
86 <listitem>
87 <para>
88 Required patch if using gcc-6 or later
89 <ulink url="&patch-root;/seamonkey-&seamonkey-version;-gcc6-1.patch"/>
90 </para>
91 </listitem>
92 </itemizedlist>
93-->
94 <note>
95 <para>
96 The tarball
97 <emphasis>seamonkey-&seamonkey-version;.source.tar.xz</emphasis> will
98 untar to <emphasis>seamonkey-&seamonkey-version;</emphasis> directory.
99 </para>
100 </note>
101
102 <bridgehead renderas="sect3">SeaMonkey Dependencies</bridgehead>
103
104 <bridgehead renderas="sect4">Required</bridgehead>
105 <para role="required">
106 <xref linkend="alsa-lib"/>,
107 <xref linkend="gtk2"/>,
108 <xref linkend="unzip"/>,
109 <xref linkend="yasm"/>, and
110 <xref linkend="zip"/>
111 </para>
112
113 <bridgehead renderas="sect4">Recommended</bridgehead>
114 <para role="recommended">
115 <xref linkend="icu"/>,
116 <xref linkend="libevent"/>,
117 <xref linkend="libvpx"/>,
118 <xref linkend="nspr"/>,
119 <xref linkend="nss"/>, and
120 <xref linkend="sqlite"/>
121 </para>
122
123 <bridgehead renderas="sect4">Optional</bridgehead>
124 <para role="optional">
125 <xref linkend="sqlite"/> (not recommended due to potential
126 security concerns)
127 </para>
128
129 <note>
130 <para>
131 If you don't install recommended dependencies, then internal copies of
132 those packages will be used. They might be tested to work, but they can
133 be out of date or contain security holes.
134 </para>
135 </note>
136
137 <note>
138 <para>
139 You must have installed <application>Openssl</application> before
140 <application>Python 2</application> or the build system will quickly
141 fail with output including "ImportError: cannot import name
142 HTTPSHandler". If you are in any doubt about this (e.g. upgrading from
143 an older version of Seamonkey), check if
144 <filename>/usr/lib/python&python2-majorver;/lib-dynload/_ssl.so</filename>
145 exists. If it does not, reinstall <xref linkend="python2"/> (after
146 installing <xref linkend="openssl"/>. The latest version of any
147 <emphasis>currently maintained</emphasis> version of Openssl should be
148 satisfactory if already installed.
149 </para>
150 </note>
151
152 <bridgehead renderas="sect4">Optional</bridgehead>
153 <para role="optional">
154 <xref linkend="curl"/>,
155 <xref linkend="dbus-glib"/>,
156 <xref linkend="doxygen"/>,
157 <xref linkend="GConf"/>,
158 <xref linkend="gst10-plugins-base"/> (with
159 <xref linkend="gst10-plugins-good"/> and
160 <xref linkend="gst10-libav"/> at runtime),
161 <xref linkend="openjdk"/>,
162 <xref linkend="pulseaudio"/>,
163 <xref linkend="startup-notification"/>,
164 <xref linkend="valgrind"/>,
165 <xref linkend="wget"/>,
166 <xref linkend="wireless_tools"/>, and
167 <ulink url="http://hunspell.sourceforge.net/">Hunspell</ulink>
168 </para>
169
170 <para condition="html" role="usernotes">
171 User Notes: <ulink url="&blfs-wiki;/seamonkey"/>
172 </para>
173
174 </sect2>
175
176 <sect2 role="installation">
177 <title>Installation of SeaMonkey</title>
178
179 <para>
180 The configuration of <application>SeaMonkey</application> is accomplished
181 by creating a <filename>mozconfig</filename> file containing the desired
182 configuration options. A default <filename>mozconfig</filename> file is
183 created below. To see the entire list of available configuration options
184 (and an abbreviated description of each one), issue
185 <command>./configure --help</command>. You may also wish to review the
186 entire file and uncomment any other desired options. Create the file by
187 issuing the following command:
188 </para>
189
190<screen><?dbfo keep-together="auto"?><userinput>cat &gt; mozconfig &lt;&lt; "EOF"
191<literal># If you have a multicore machine, all cores will be used by default.
192# If desired, you can reduce the number of cores used, e.g. to 1, by
193# uncommenting the next line and setting a valid number of CPU cores.
194#mk_add_options MOZ_MAKE_FLAGS="-j1"
195
196# If you have installed DBus-Glib comment out this line:
197ac_add_options --disable-dbus
198
199# If you have installed dbus-glib, and you have installed (or will install)
200# wireless-tools, and you wish to use geolocation web services, comment out
201# this line
202ac_add_options --disable-necko-wifi
203
204# Uncomment these lines if you have installed optional dependencies:
205#ac_add_options --enable-system-hunspell
206#ac_add_options --enable-startup-notification
207
208# Uncomment the following option if you have PulseAudio installed
209#ac_add_options --enable-pulseaudio
210
211# Comment out following option if you have gconf installed
212ac_add_options --disable-gconf
213
214# Comment out following options if you have not installed
215# recommended dependencies:
216ac_add_options --enable-system-sqlite
217ac_add_options --with-system-libevent
218ac_add_options --with-system-libvpx
219ac_add_options --with-system-nspr
220ac_add_options --with-system-nss
221
222# Us the internal version of icu due to execution problems
223#ac_add_options --with-system-icu
224
225# The BLFS editors recommend not changing anything below this line:
226ac_add_options --prefix=/usr
227ac_add_options --enable-application=suite
228
229ac_add_options --disable-crashreporter
230ac_add_options --disable-updater
231ac_add_options --disable-tests
232
233ac_add_options --enable-optimize
234ac_add_options --enable-strip
235ac_add_options --enable-install-strip
236
237ac_add_options --enable-gio
238ac_add_options --enable-official-branding
239ac_add_options --enable-safe-browsing
240ac_add_options --enable-url-classifier
241
242# Use internal cairo due to reports of unstable execution with
243# system cairo
244#ac_add_options --enable-system-cairo
245ac_add_options --enable-system-ffi
246ac_add_options --enable-system-pixman
247
248ac_add_options --with-pthreads
249
250ac_add_options --with-system-bz2
251ac_add_options --with-system-jpeg
252ac_add_options --with-system-png
253ac_add_options --with-system-zlib</literal>
254EOF</userinput></screen>
255
256 <note><para>
257 If you are compiling <application>SeaMonkey</application> in chroot, make
258 sure you have the <envar>SHELL</envar> environment variable set or prepend
259 <envar>SHELL=/bin/sh</envar> to the first make command below.
260 </para></note>
261
262 <para>
263 Compile <application>SeaMonkey</application> by running the following
264 commands:
265 </para>
266
267<screen><userinput>CFLAGS_HOLD=$CFLAGS &amp;&amp;
268CXXFLAGS_HOLD=$CXXFLAGS &amp;&amp;
269EXTRA_FLAGS=" -fno-delete-null-pointer-checks -fno-lifetime-dse -fno-schedule-insns2" &amp;&amp;
270export CFLAGS+=$EXTRA_FLAGS &amp;&amp;
271export CXXFLAGS+=$EXTRA_FLAGS &amp;&amp;
272unset EXTRA_FLAGS &amp;&amp;
273
274make -f client.mk</userinput></screen>
275
276 <para>
277 This package does not come with a test suite.
278 </para>
279
280 <para>
281 Install <application>SeaMonkey</application> by issuing the following
282 commands as the <systemitem class="username">root</systemitem> user:
283 </para>
284
285<screen role="root"><userinput>make -f client.mk install INSTALL_SDK= &amp;&amp;
286chown -R 0:0 /usr/lib/seamonkey-&seamonkey-version; &amp;&amp;
287
288cp -v $(find -name seamonkey.1 | head -n1) /usr/share/man/man1</userinput></screen>
289
290 <para>
291 Set the compilation flags back to their original values:
292 </para>
293
294<screen><userinput>export CFLAGS=$CFLAGS_HOLD &amp;&amp;
295export CXXFLAGS=$CXXFLAGS_HOLD &amp;&amp;
296unset CFLAGS_HOLD CXXFLAGS_HOLD</userinput></screen>
297
298 <bridgehead renderas="sect3" id="devel-seamonkey" xreflabel="SeaMonkey">
299 All the Development Libraries and Headers
300 </bridgehead>
301
302 <para>
303 If you want to install the full <application>SeaMonkey</application>
304 development environment, as the
305 <systemitem class="username">root</systemitem> user:
306 </para>
307
308<screen role="root"><userinput>make -C obj* install</userinput></screen>
309
310 <note>
311 <para>
312 The build directory is set by the make procedure and is dependent on
313 the system archetecture, but the directory name starts with 'obj'.
314 </para>
315 </note>
316
317 </sect2>
318
319 <sect2 role="commands">
320 <title>Command Explanations</title>
321
322 <para>
323 <command>export CFLAGS= ... export CXXFLAGS= ...</command>: These
324 settings work around code which gcc6 would otherwise regard as
325 out-of-specification and allow it to produce a working program.
326 </para>
327
328 <para>
329 <command>make -f client.mk</command>: Mozilla products are packaged to
330 allow the use of a configuration file which can be used to pass the
331 configuration settings to the <command>configure</command> command.
332 <command>make</command> uses the <filename>client.mk</filename> file to
333 get initial configuration and setup parameters.
334 </para>
335
336 </sect2>
337
338 <sect2 role="configuration">
339 <title>Configuring SeaMonkey</title>
340
341 <para>
342 For installing various <application>SeaMonkey</application> plugins, refer
343 to <ulink url="http://plugindoc.mozdev.org/linux.html">Mozdev's PluginDoc
344 Project</ulink>.
345 </para>
346
347 <para>
348 Along with using the <quote>Preferences</quote> menu to configure
349 <application>SeaMonkey</application>'s options and preferences to suit
350 individual tastes, finer grain control of many options is only available
351 using a tool not available from the general menu system. To access this
352 tool, you'll need to open a browser window and enter
353 <systemitem role="url">about:config</systemitem> in the address bar. This
354 will display a list of the configuration preferences and information
355 related to each one. You can use the <quote>Filter:</quote> bar to enter
356 search criteria and narrow down the listed items. Changing a preference
357 can be done using two methods. One, if the preference has a boolean value
358 (True/False), simply double-click on the preference to toggle the value
359 and two, for other preferences simply right-click on the desired line,
360 choose <quote>Modify</quote> from the menu and change the value. Creating
361 new preference items is accomplished in the same way, except choose
362 <quote>New</quote> from the menu and provide the desired data into the
363 fields when prompted.
364 </para>
365
366 <tip>
367 <para>
368 There is a multitude of configuration parameters you can tweak to
369 customize <application>SeaMonkey</application>. A very extensive list of
370 these parameters can be found at
371 <ulink url="http://preferential.mozdev.org/preferences.html"/>.
372 </para>
373 </tip>
374
375 <para>
376 If you use a desktop environment like <application>Gnome</application> or
377 <application>KDE</application> you may wish to create a
378 <filename>seamonkey.desktop</filename> file so that
379 <application>SeaMonkey</application> appears in the panel's menus. If you
380 didn't enable <application>Startup-Notification</application> in your
381 mozconfig change the StartupNotify line to false. As the
382 <systemitem class="username">root</systemitem> user:
383 </para>
384
385<screen role="root"><userinput>mkdir -pv /usr/share/{applications,pixmaps} &amp;&amp;
386
387cat &gt; /usr/share/applications/seamonkey.desktop &lt;&lt; "EOF"
388[Desktop Entry]
389Encoding=UTF-8
390Type=Application
391Name=SeaMonkey
392Comment=The Mozilla Suite
393Icon=seamonkey
394Exec=seamonkey
395Categories=Network;GTK;Application;Email;Browser;WebBrowser;News;
396StartupNotify=true
397Terminal=false
398EOF
399
400ln -sfv /usr/lib/seamonkey-&seamonkey-version;/chrome/icons/default/seamonkey.png \
401 /usr/share/pixmaps</userinput></screen>
402 </sect2>
403
404 <sect2 role="content">
405 <title>Contents</title>
406
407 <segmentedlist>
408 <segtitle>Installed Programs</segtitle>
409 <segtitle>Installed Libraries</segtitle>
410 <segtitle>Installed Directory</segtitle>
411
412 <seglistitem>
413 <seg>seamonkey</seg>
414 <seg>
415 Numerous libraries, browser, and email/newsgroup components, plugins,
416 extensions, and helper modules installed in <filename
417 class="directory">/usr/lib/seamonkey-&seamonkey-version;</filename>
418 </seg>
419 <seg>
420 /usr/lib/seamonkey-&seamonkey-version;
421 </seg>
422 </seglistitem>
423 </segmentedlist>
424
425 <variablelist>
426 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
427 <?dbfo list-presentation="list"?>
428 <?dbhtml list-presentation="table"?>
429
430 <varlistentry id="seamonkey-prog">
431 <term><command>seamonkey</command></term>
432 <listitem>
433 <para>
434 is the Mozilla browser/email/newsgroup/chat client suite.
435 </para>
436 <indexterm zone="seamonkey seamonkey-prog">
437 <primary sortas="b-seamonkey">seamonkey</primary>
438 </indexterm>
439 </listitem>
440 </varlistentry>
441 </variablelist>
442 </sect2>
443</sect1>
Note: See TracBrowser for help on using the repository browser.