source: xsoft/graphweb/seamonkey.xml@ e4570711

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 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 nosym 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 e4570711 was e4570711, checked in by Bruce Dubbs <bdubbs@…>, 8 years ago

Update to proftpd-1.3.5b.
Update to libsigc++-2.8.0.
Update to seamonkey-2.40.
Update to bind-9.10.3-P4.
Archive strigi

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

  • Property mode set to 100644
File size: 15.3 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 "5789df8f96e14577c275f10fdf8462f3">
11 <!ENTITY seamonkey-size "185 MB">
12 <!ENTITY seamonkey-buildsize "4.3 GB (84 MB installed)">
13 <!ENTITY seamonkey-time "13 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 &lfs79_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 <note>
85 <para>
86 The tarball
87 <emphasis>seamonkey-&seamonkey-version;.source.tar.xz</emphasis> will
88 untar to <emphasis>seamonkey-&seamonkey-version;</emphasis> directory.
89 </para>
90 </note>
91
92 <bridgehead renderas="sect3">SeaMonkey Dependencies</bridgehead>
93
94 <bridgehead renderas="sect4">Required</bridgehead>
95 <para role="required">
96 <xref linkend="alsa-lib"/>,
97 <xref linkend="gtk2"/>,
98 <xref linkend="unzip"/>,
99 <xref linkend="yasm"/>, and
100 <xref linkend="zip"/>
101 </para>
102
103 <bridgehead renderas="sect4">Recommended</bridgehead>
104 <para role="recommended">
105 <xref linkend="icu"/>,
106 <xref linkend="libevent"/>,
107 <xref linkend="libvpx"/>,
108 <xref linkend="nspr"/>,
109 <xref linkend="nss"/>, and
110 <xref linkend="sqlite"/>
111 </para>
112
113 <note>
114 <para>
115 If you don't install recommended dependencies, then internal copies of
116 those packages will be used. They might be tested to work, but they can
117 be out of date or contain security holes.
118 </para>
119 </note>
120
121 <note>
122 <para>
123 You must have installed <application>Openssl</application> before
124 <application>Python 2</application> or the build system will quickly
125 fail with output including "ImportError: cannot import name
126 HTTPSHandler". If you are in any doubt about this (e.g. upgrading from
127 an older version of Seamonkey), check if
128 <filename>/usr/lib/python&python2-majorver;/lib-dynload/_ssl.so</filename>
129 exists. If it does not, reinstall <xref linkend="python2"/> (after
130 installing <xref linkend="openssl"/>. The latest version of any
131 <emphasis>currently maintained</emphasis> version of Openssl should be
132 satisfactory if already installed.
133 </para>
134 </note>
135
136 <bridgehead renderas="sect4">Optional</bridgehead>
137 <para role="optional">
138 <xref linkend="curl"/>,
139 <xref linkend="dbus-glib"/>,
140 <xref linkend="doxygen"/>,
141 <xref linkend="GConf"/>,
142 <xref linkend="gst10-plugins-base"/> (with
143 <xref linkend="gst10-plugins-good"/> and
144 <xref linkend="gst10-libav"/> at runtime),
145 <xref linkend="openjdk"/>,
146 <xref linkend="pulseaudio"/>,
147 <xref linkend="startup-notification"/>,
148 <xref linkend="valgrind"/>,
149 <xref linkend="wget"/>,
150 <xref linkend="wireless_tools"/>, and
151 <ulink url="http://hunspell.sourceforge.net/">Hunspell</ulink>
152 </para>
153
154 <para condition="html" role="usernotes">
155 User Notes: <ulink url="&blfs-wiki;/seamonkey"/>
156 </para>
157
158 </sect2>
159
160 <sect2 role="installation">
161 <title>Installation of SeaMonkey</title>
162
163 <para>
164 The configuration of <application>SeaMonkey</application> is accomplished
165 by creating a <filename>mozconfig</filename> file containing the desired
166 configuration options. A default <filename>mozconfig</filename> file is
167 created below. To see the entire list of available configuration options
168 (and an abbreviated description of each one), issue
169 <command>./configure --help</command>. You may also wish to review the
170 entire file and uncomment any other desired options. Create the file by
171 issuing the following command:
172 </para>
173
174<screen><?dbfo keep-together="auto"?><userinput>cat &gt; mozconfig &lt;&lt; "EOF"
175<literal># If you have a multicore machine, all cores will be used by default.
176# If desired, you can reduce the number of cores used, e.g. to 1, by
177# uncommenting the next line and setting a valid number of CPU cores.
178#mk_add_options MOZ_MAKE_FLAGS="-j1"
179
180# If you have installed DBus-Glib comment out this line:
181ac_add_options --disable-dbus
182
183# If you have installed dbus-glib, and you have installed (or will install)
184# wireless-tools, and you wish to use geolocation web services, comment out
185# this line
186ac_add_options --disable-necko-wifi
187
188# GStreamer is necessary for H.264 video playback in HTML5 Video Player;
189# to be enabled, also remember to set "media.gstreamer.enabled" to "true"
190# in about:config. If you have GStreamer 1.x.y, uncomment this line:
191#ac_add_options --enable-gstreamer=1.0
192
193# Uncomment these lines if you have installed optional dependencies:
194#ac_add_options --enable-system-hunspell
195#ac_add_options --enable-startup-notification
196
197# Comment out following option if you have PulseAudio installed
198ac_add_options --disable-pulseaudio
199
200# Comment out following option if you have gconf installed
201ac_add_options --disable-gconf
202
203# Comment out following options if you have not installed
204# recommended dependencies:
205ac_add_options --enable-system-sqlite
206ac_add_options --with-system-libevent
207ac_add_options --with-system-libvpx
208ac_add_options --with-system-nspr
209ac_add_options --with-system-nss
210ac_add_options --with-system-icu
211
212# The BLFS editors recommend not changing anything below this line:
213ac_add_options --prefix=/usr
214ac_add_options --enable-application=suite
215
216ac_add_options --disable-crashreporter
217ac_add_options --disable-updater
218ac_add_options --disable-tests
219
220ac_add_options --enable-optimize
221ac_add_options --enable-strip
222ac_add_options --enable-install-strip
223
224ac_add_options --enable-gio
225ac_add_options --enable-official-branding
226ac_add_options --enable-safe-browsing
227ac_add_options --enable-url-classifier
228
229# Use internal cairo due to reports of unstable execution with
230# system cairo
231#ac_add_options --enable-system-cairo
232ac_add_options --enable-system-ffi
233ac_add_options --enable-system-pixman
234
235ac_add_options --with-pthreads
236
237ac_add_options --with-system-bz2
238ac_add_options --with-system-jpeg
239ac_add_options --with-system-png
240ac_add_options --with-system-zlib
241
242mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/moz-build-dir</literal>
243EOF</userinput></screen>
244
245 <note><para>
246 If you are compiling <application>SeaMonkey</application> in chroot, make
247 sure you have the <envar>SHELL</envar> environment variable set or prepend
248 <envar>SHELL=/bin/sh</envar> to the first make command below.
249 </para></note>
250
251 <para>
252 The moz-build-dir directory needs to exist and match the value used in
253 mozconfig (above) for the object directory (MOZ_OBJDIR):
254 </para>
255
256<screen><userinput>mkdir -vp mozilla/moz-build-dir</userinput></screen>
257
258 <para>
259 Compile <application>SeaMonkey</application> by running the following
260 command:
261 </para>
262<!-- Should not be needed if Xorg setup instructions were followed
263 <note><para>If you did not install Xorg in /usr, be sure to specify the
264 location with:</para>
265
266 <screen><userinput>export CPLUS_INCLUDE_PATH=$XORG_PREFIX/include
267export C_INCLUDE_PATH=$XORG_PREFIX/include</userinput></screen>
268 </note>
269-->
270<screen><userinput>make -f client.mk</userinput></screen>
271
272 <para>
273 This package does not come with a test suite.
274 </para>
275
276 <para>
277 Install <application>SeaMonkey</application> by issuing the following
278 commands as the <systemitem class="username">root</systemitem> user:
279 </para>
280
281<screen role="root"><userinput>make -f client.mk install INSTALL_SDK= &amp;&amp;
282chown -R 0:0 /usr/lib/seamonkey-&seamonkey-version; &amp;&amp;
283cp -v moz-build-dir/dist/man/man1/seamonkey.1 /usr/share/man/man1</userinput></screen>
284
285 <bridgehead renderas="sect3" id="devel-seamonkey" xreflabel="SeaMonkey">
286 All the Development Libraries and Headers
287 </bridgehead>
288
289 <para>
290 If you want to install the full <application>SeaMonkey</application>
291 development environment, as the
292 <systemitem class="username">root</systemitem> user:
293 </para>
294
295<screen role="root"><userinput>make -C moz-build-dir install</userinput></screen>
296 </sect2>
297
298 <sect2 role="commands">
299 <title>Command Explanations</title>
300
301 <para>
302 <command>mkdir -vp mozilla/moz-build-dir</command>: fixes a build failure
303 of Makefile at the beginning of the build, where a file cannot be found.
304 </para>
305
306 <para>
307 <command>make -f client.mk</command>: Mozilla products are packaged to
308 allow the use of a configuration file which can be used to pass the
309 configuration settings to the <command>configure</command> command.
310 <command>make</command> uses the <filename>client.mk</filename> file to
311 get initial configuration and setup parameters.
312 </para>
313
314 </sect2>
315
316 <sect2 role="configuration">
317 <title>Configuring SeaMonkey</title>
318<!-- This worked for me without the extra configuration
319 <para>
320 If you did not add the <option>- -disable-webm</option> option to your
321 <filename>mozconfig</filename>, your <application>SeaMonkey</application>
322 can play most youtube videos without the need for the flash plugin. To
323 enable this, go to <ulink url="http://www.youtube.com/html5"/> and click
324 on 'Join the HTML5 Trial' (needs cookies enabled).
325 </para>
326-->
327 <para>
328 For installing various <application>SeaMonkey</application> plugins, refer
329 to <ulink url="http://plugindoc.mozdev.org/linux.html">Mozdev's PluginDoc
330 Project</ulink>.
331 </para>
332
333 <para>
334 Along with using the <quote>Preferences</quote> menu to configure
335 <application>SeaMonkey</application>'s options and preferences to suit
336 individual tastes, finer grain control of many options is only available
337 using a tool not available from the general menu system. To access this
338 tool, you'll need to open a browser window and enter
339 <systemitem role="url">about:config</systemitem> in the address bar. This
340 will display a list of the configuration preferences and information
341 related to each one. You can use the <quote>Filter:</quote> bar to enter
342 search criteria and narrow down the listed items. Changing a preference
343 can be done using two methods. One, if the preference has a boolean value
344 (True/False), simply double-click on the preference to toggle the value
345 and two, for other preferences simply right-click on the desired line,
346 choose <quote>Modify</quote> from the menu and change the value. Creating
347 new preference items is accomplished in the same way, except choose
348 <quote>New</quote> from the menu and provide the desired data into the
349 fields when prompted.
350 </para>
351
352 <tip>
353 <para>
354 There is a multitude of configuration parameters you can tweak to
355 customize <application>SeaMonkey</application>. A very extensive list of
356 these parameters can be found at
357 <ulink url="http://preferential.mozdev.org/preferences.html"/>.
358 </para>
359 </tip>
360
361 <para>
362 If you use a desktop environment like <application>Gnome</application> or
363 <application>KDE</application> you may wish to create a
364 <filename>seamonkey.desktop</filename> file so that
365 <application>SeaMonkey</application> appears in the panel's menus. If you
366 didn't enable <application>Startup-Notification</application> in your
367 mozconfig change the StartupNotify line to false. As the
368 <systemitem class="username">root</systemitem> user:
369 </para>
370
371<screen role="root"><userinput>mkdir -pv /usr/share/{applications,pixmaps} &amp;&amp;
372
373cat &gt; /usr/share/applications/seamonkey.desktop &lt;&lt; "EOF" &amp;&amp;
374[Desktop Entry]
375Encoding=UTF-8
376Type=Application
377Name=SeaMonkey
378Comment=The Mozilla Suite
379Icon=seamonkey
380Exec=seamonkey
381Categories=Network;GTK;Application;Email;Browser;WebBrowser;News;
382StartupNotify=true
383Terminal=false
384EOF
385
386ln -sfv /usr/lib/seamonkey-&seamonkey-version;/chrome/icons/default/seamonkey.png \
387 /usr/share/pixmaps</userinput></screen>
388 </sect2>
389
390 <sect2 role="content">
391 <title>Contents</title>
392
393 <segmentedlist>
394 <segtitle>Installed Programs</segtitle>
395 <segtitle>Installed Libraries</segtitle>
396 <segtitle>Installed Directory</segtitle>
397
398 <seglistitem>
399 <seg>seamonkey</seg>
400 <seg>
401 Numerous libraries, browser, and email/newsgroup components, plugins,
402 extensions, and helper modules installed in <filename
403 class="directory">/usr/lib/seamonkey-&seamonkey-version;</filename>
404 </seg>
405 <seg>
406 /usr/lib/seamonkey-&seamonkey-version;
407 </seg>
408 </seglistitem>
409 </segmentedlist>
410
411 <variablelist>
412 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
413 <?dbfo list-presentation="list"?>
414 <?dbhtml list-presentation="table"?>
415
416 <varlistentry id="seamonkey-prog">
417 <term><command>seamonkey</command></term>
418 <listitem>
419 <para>
420 is the Mozilla browser/email/newsgroup/chat client suite.
421 </para>
422 <indexterm zone="seamonkey seamonkey-prog">
423 <primary sortas="b-seamonkey">seamonkey</primary>
424 </indexterm>
425 </listitem>
426 </varlistentry>
427 </variablelist>
428 </sect2>
429</sect1>
Note: See TracBrowser for help on using the repository browser.