source: xsoft/graphweb/seamonkey.xml@ 72ac7f2

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.7 7.8 7.9 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 72ac7f2 was 72ac7f2, checked in by Bruce Dubbs <bdubbs@…>, 9 years ago

Remove invalid sentence in seamonkey about testing

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

  • Property mode set to 100644
File size: 14.2 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
8 "http://ftp.mozilla.org/pub/mozilla.org/seamonkey/releases/&seamonkey-version;/source/seamonkey-&seamonkey-version;.source.tar.bz2">
9 <!ENTITY seamonkey-download-ftp
10 "ftp://ftp.mozilla.org/pub/mozilla.org/seamonkey/releases/&seamonkey-version;/source/seamonkey-&seamonkey-version;.source.tar.bz2">
11 <!ENTITY seamonkey-md5sum "831e91caf7036387f89b369c54250e75">
12 <!ENTITY seamonkey-size "171 MB">
13 <!ENTITY seamonkey-buildsize "2.6 GB (113 MB installed)">
14 <!ENTITY seamonkey-time "11 SBU (using parallelism=8)">
15]>
16
17<sect1 id="seamonkey" xreflabel="SeaMonkey-&seamonkey-version;">
18 <?dbhtml filename="seamonkey.html" ?>
19
20 <sect1info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect1info>
24
25 <title>SeaMonkey-&seamonkey-version;</title>
26
27 <indexterm zone="seamonkey">
28 <primary sortas="a-SeaMonkey">SeaMonkey</primary>
29 </indexterm>
30
31 <sect2 role="package">
32 <title>Introduction to SeaMonkey</title>
33
34 <para>
35 <application>SeaMonkey</application> is a browser suite, the Open Source
36 sibling of <application>Netscape</application>. It includes the browser,
37 composer, mail and news clients, and an IRC client. It is the follow-on
38 to the Mozilla browser suite.
39 </para>
40
41 <para>
42 The Mozilla project also hosts two subprojects that aim to satisfy the
43 needs of users who don't need the complete browser suite or prefer to have
44 separate applications for browsing and e-mail. These subprojects are
45 <xref linkend="firefox"/> and <xref linkend="thunderbird"/>. Both are
46 based on the <application>Mozilla</application> source code.
47 </para>
48
49 &lfs76_checked;
50
51 <bridgehead renderas="sect3">Package Information</bridgehead>
52 <itemizedlist spacing="compact">
53 <listitem>
54 <para>
55 Download (HTTP): <ulink url="&seamonkey-download-http;"/>
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download (FTP): <ulink url="&seamonkey-download-ftp;"/>
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Download MD5 sum: &seamonkey-md5sum;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Download size: &seamonkey-size;
71 </para>
72 </listitem>
73 <listitem>
74 <para>
75 Estimated disk space required: &seamonkey-buildsize;
76 </para>
77 </listitem>
78 <listitem>
79 <para>
80 Estimated build time: &seamonkey-time;
81 </para>
82 </listitem>
83 </itemizedlist>
84
85 <bridgehead renderas="sect3">SeaMonkey Dependencies</bridgehead>
86
87 <bridgehead renderas="sect4">Required</bridgehead>
88 <para role="required">
89 <xref linkend="alsa-lib"/>,
90 <xref linkend="gtk2"/>,
91 <xref linkend="zip"/>, and
92 <xref linkend="unzip"/>.
93 </para>
94
95 <bridgehead renderas="sect4">Recommended</bridgehead>
96 <para role="recommended">
97 <xref linkend="yasm"/> or <xref linkend="libvpx"/>
98 (to allow <application>SeaMonkey</application> to play webm videos).
99 </para>
100
101 <bridgehead renderas="sect4">Optional</bridgehead>
102 <para role="optional">
103 <xref linkend="dbus-glib"/>,
104 <xref linkend="startup-notification"/>,
105 <xref linkend="sqlite"/>,
106 <xref linkend="libevent"/>,
107 <xref linkend="doxygen"/>,
108 <xref linkend="gst-plugins-base"/> (with
109 <xref linkend="gst-plugins-good"/> and
110 <xref linkend="gst-ffmpeg"/> at runtime), or
111 <xref linkend="gst10-plugins-base"/> (with
112 <xref linkend="gst10-plugins-good"/> and
113 <xref linkend="gst10-libav"/> at runtime),
114 <xref linkend="libnotify"/>,
115 <xref linkend="nspr"/>,
116 <xref linkend="nss"/>,
117 <xref linkend="openjdk"/>,
118 <xref linkend="pulseaudio"/>,
119 <xref linkend="wireless_tools"/>,
120 <xref linkend="valgrind"/> (only for testing the jemalloc code),
121 <xref linkend="wget"/>, and
122 <ulink url="http://hunspell.sourceforge.net/">Hunspell</ulink>
123 </para>
124
125 <para condition="html" role="usernotes">
126 User Notes: <ulink url="&blfs-wiki;/seamonkey"/>
127 </para>
128 </sect2>
129
130 <sect2 role="installation">
131 <title>Installation of SeaMonkey</title>
132<!--
133 <para>
134 If you have not installed <xref linkend="wireless_tools"/>, apply the
135 patch or the installer will fail:
136 </para>
137
138<screen><userinput>patch -p1 &lt; ../seamonkey-&seamonkey-version;-necko-wifi-1.patch</userinput></screen>
139-->
140 <para>
141 The configuration of <application>SeaMonkey</application> is accomplished
142 by creating a <filename>mozconfig</filename> file containing the desired
143 configuration options. A default <filename>mozconfig</filename> file is
144 created below. To see the entire list of available configuration options
145 (and an abbreviated description of each one), issue
146 <command>./configure --help</command>. You may also wish to review the
147 entire file and uncomment any other desired options. Create the file by
148 issuing the following command:
149 </para>
150
151<screen><?dbfo keep-together="auto"?><userinput>cat &gt; mozconfig &lt;&lt; "EOF"
152<literal># If you have a multicore machine you can speed up the build by running
153# several jobs at once, but if you have a single core, delete this line:
154mk_add_options MOZ_MAKE_FLAGS="-j$(getconf _NPROCESSORS_ONLN)"
155
156# If you have installed Yasm delete this option:
157ac_add_options --disable-webm
158
159# If you have installed DBus-Glib delete this option:
160ac_add_options --disable-dbus
161
162# If you have installed wireless-tools delete this option:
163ac_add_options --disable-necko-wifi
164
165# If you have installed libnotify delete this option:
166ac_add_options --disable-libnotify
167
168# Comment out following option if you have PulseAudio installed
169ac_add_options --disable-pulseaudio
170
171# GStreamer is necessary for H.264 video playback in HTML5 Video Player;
172# to be enabled, also remember to set "media.gstreamer.enabled" to "true"
173# in about:config. If you do *not* have GStreamer 0.x.y, uncomment this line:
174#ac_add_options --disable-gstreamer
175# or uncomment this line, if you have GStreamer 1.x.y
176#ac_add_options --enable-gstreamer=1.0
177
178# Uncomment these if you have installed them:
179# ac_add_options --enable-startup-notification
180# ac_add_options --enable-system-hunspell
181# ac_add_options --enable-system-sqlite
182# ac_add_options --with-system-libevent
183# ac_add_options --with-system-libvpx
184# ac_add_options --with-system-nspr
185# ac_add_options --with-system-nss
186
187mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/moz-build-dir
188ac_add_options --disable-crashreporter
189ac_add_options --disable-debug
190ac_add_options --disable-debug-symbols
191ac_add_options --disable-installer
192ac_add_options --disable-static
193ac_add_options --disable-tests
194ac_add_options --disable-updater
195ac_add_options --enable-application=suite
196ac_add_options --enable-optimize
197ac_add_options --enable-shared
198ac_add_options --enable-system-cairo
199ac_add_options --enable-system-ffi
200ac_add_options --prefix=/usr
201ac_add_options --with-pthreads
202ac_add_options --with-system-jpeg
203ac_add_options --with-system-png
204ac_add_options --with-system-zlib</literal>
205EOF</userinput></screen>
206
207 <para>
208 The moz-build-dir directory needs to exist and match the value used in
209 mozconfig (above) for the object directory (MOZ_OBJDIR):
210 </para>
211
212<screen><userinput>mkdir -vp mozilla/moz-build-dir</userinput></screen>
213
214 <para>
215 Compile <application>SeaMonkey</application> by running the following
216 command:
217 </para>
218
219 <note><para>If you did not install Xorg in /usr, be sure to specify the
220 location with:</para>
221
222 <screen><userinput>export CPLUS_INCLUDE_PATH=$XORG_PREFIX/include
223export C_INCLUDE_PATH=$XORG_PREFIX/include</userinput></screen>
224 </note>
225
226<screen><userinput>test $(uname -m) = "i686" &amp;&amp; sed -i 's/enable-optimize/disable-optimize/' mozconfig || true &amp;&amp;
227make -f client.mk</userinput></screen>
228
229 <para>
230 This package does not come with a test suite.
231 </para>
232
233 <para>
234 Install <application>SeaMonkey</application> by issuing the following
235 commands as the <systemitem class="username">root</systemitem> user:
236 </para>
237
238<screen role="root"><userinput>make -f client.mk install INSTALL_SDK= &amp;&amp;
239
240cp -v moz-build-dir/mozilla/dist/man/man1/seamonkey.1 /usr/share/man/man1</userinput></screen>
241
242 <bridgehead renderas="sect3" id="devel-seamonkey" xreflabel="SeaMonkey">
243 All the Development Libraries and Headers
244 </bridgehead>
245
246 <para>
247 If you want to install the full <application>SeaMonkey</application>
248 development environment, as the
249 <systemitem class="username">root</systemitem> user:
250 </para>
251
252<screen role="root"><userinput>make -C moz-build-dir install</userinput></screen>
253 </sect2>
254
255 <sect2 role="commands">
256 <title>Command Explanations</title>
257
258 <para>
259 <command>test $(uname -m) = "i686" &amp;&amp; sed ...</command>:
260 On this version of seamonkey, an old bug has reappeared in 32-bit builds.
261 With optimization, the install fails with a Python error. This
262 command will fix i686 builds and preserve the optimization on x86_64.
263 </para>
264
265 <para>
266 <command>mkdir -vp mozilla/moz-build-dir</command>: fixes a build failure
267 of Makefile at the beginning of the build, where a file cannot be found.
268 </para>
269
270 <para>
271 <command>make -f client.mk</command>: Mozilla products are packaged to
272 allow the use of a configuration file which can be used to pass the
273 configuration settings to the <command>configure</command> command.
274 <command>make</command> uses the <filename>client.mk</filename> file to
275 get initial configuration and setup parameters.
276 </para>
277
278 </sect2>
279
280 <sect2 role="configuration">
281 <title>Configuring SeaMonkey</title>
282
283 <para>
284 If you deleted the <option>--disable-webm</option> option from your
285 <filename>mozconfig</filename>, your <application>SeaMonkey</application>
286 can play most youtube videos without the need for the flash plugin. To
287 enable this, go to <ulink url="http://www.youtube.com/html5"/> and click
288 on 'Join the HTML5 Trial' (needs cookies enabled).
289 </para>
290
291 <para>
292 For installing various <application>SeaMonkey</application> plugins, refer
293 to <ulink url="http://plugindoc.mozdev.org/linux.html">Mozdev's PluginDoc
294 Project</ulink>.
295 </para>
296
297 <para>
298 Along with using the <quote>Preferences</quote> menu to configure
299 <application>SeaMonkey</application>'s options and preferences to suit
300 individual tastes, finer grain control of many options is only available
301 using a tool not available from the general menu system. To access this
302 tool, you'll need to open a browser window and enter
303 <systemitem role="url">about:config</systemitem> in the address bar. This
304 will display a list of the configuration preferences and information
305 related to each one. You can use the <quote>Filter:</quote> bar to enter
306 search criteria and narrow down the listed items. Changing a preference
307 can be done using two methods. One, if the preference has a boolean value
308 (True/False), simply double-click on the preference to toggle the value
309 and two, for other preferences simply right-click on the desired line,
310 choose <quote>Modify</quote> from the menu and change the value. Creating
311 new preference items is accomplished in the same way, except choose
312 <quote>New</quote> from the menu and provide the desired data into the
313 fields when prompted.
314 </para>
315
316 <tip>
317 <para>
318 There is a multitude of configuration parameters you can tweak to
319 customize <application>SeaMonkey</application>. A very extensive list of
320 these parameters can be found at
321 <ulink url="http://preferential.mozdev.org/preferences.html"/>.
322 </para>
323 </tip>
324
325 <para>
326 If you use a desktop environment like <application>Gnome</application> or
327 <application>KDE</application> you may wish to create a
328 <filename>seamonkey.desktop</filename> file so that
329 <application>SeaMonkey</application> appears in the panel's menus. If you
330 didn't enable <application>Startup-Notification</application> in your
331 mozconfig change the StartupNotify line to false. As the
332 <systemitem class="username">root</systemitem> user:
333 </para>
334
335<screen role="root"><userinput>mkdir -pv /usr/share/{applications,pixmaps} &amp;&amp;
336
337cat &gt; /usr/share/applications/seamonkey.desktop &lt;&lt; "EOF" &amp;&amp;
338[Desktop Entry]
339Encoding=UTF-8
340Type=Application
341Name=SeaMonkey
342Comment=The Mozilla Suite
343Icon=seamonkey
344Exec=seamonkey
345Categories=Network;GTK;Application;Email;Browser;WebBrowser;News;
346StartupNotify=true
347Terminal=false
348EOF
349
350ln -sfv /usr/lib/seamonkey-&seamonkey-version;/chrome/icons/default/seamonkey.png \
351 /usr/share/pixmaps</userinput></screen>
352 </sect2>
353
354 <sect2 role="content">
355 <title>Contents</title>
356
357 <segmentedlist>
358 <segtitle>Installed Programs</segtitle>
359 <segtitle>Installed Libraries</segtitle>
360 <segtitle>Installed Directory</segtitle>
361
362 <seglistitem>
363 <seg>seamonkey</seg>
364 <seg>
365 Numerous libraries, browser, and email/newsgroup components, plugins,
366 extensions, and helper modules installed in <filename
367 class="directory">/usr/lib/seamonkey-&seamonkey-version;</filename>
368 </seg>
369 <seg>
370 /usr/lib/seamonkey-&seamonkey-version;.
371 </seg>
372 </seglistitem>
373 </segmentedlist>
374
375 <variablelist>
376 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
377 <?dbfo list-presentation="list"?>
378 <?dbhtml list-presentation="table"?>
379
380 <varlistentry id="seamonkey-prog">
381 <term><command>seamonkey</command></term>
382 <listitem>
383 <para>
384 is the Mozilla browser/email/newsgroup/chat client suite.
385 </para>
386 <indexterm zone="seamonkey seamonkey-prog">
387 <primary sortas="b-seamonkey">seamonkey</primary>
388 </indexterm>
389 </listitem>
390 </varlistentry>
391 </variablelist>
392 </sect2>
393</sect1>
Note: See TracBrowser for help on using the repository browser.