source: x/lib/xulrunner.xml@ 7b34d49

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 7b34d49 was 7b34d49, checked in by Andrew Benton <andy@…>, 12 years ago

Xulrunner requires Yasm

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

  • Property mode set to 100644
File size: 10.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 xulrunner-download-http "http://releases.mozilla.org/pub/mozilla.org/firefox/releases/&firefox-version;/source/firefox-&firefox-version;.source.tar.bz2">
8 <!ENTITY xulrunner-download-ftp "ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/&firefox-version;/source/firefox-&firefox-version;.source.tar.bz2">
9 <!-- md5sum and size should match firefox, but the buildsize and time will differ -->
10 <!ENTITY xulrunner-md5sum "b7d09b082e88a74860a51a8e04e29333">
11 <!ENTITY xulrunner-size "67 MB">
12 <!ENTITY xulrunner-buildsize "2.6 GB">
13 <!ENTITY xulrunner-time "22 SBU">
14]>
15
16<sect1 id="xulrunner" xreflabel="Xulrunner-&xulrunner-version;">
17 <?dbhtml filename="xulrunner.html" ?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>Xulrunner-&xulrunner-version;</title>
25
26 <indexterm zone="xulrunner">
27 <primary sortas="a-Xulrunner">Xulrunner</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to Xulrunner</title>
32
33 <para><application>Xulrunner</application> is a runtime environment for XUL
34 applications, and forms the major part of the
35 <application>Mozilla</application> codebase. In particular, it provides the
36 gecko engine together with pkgconfig files so that applications such as
37 <application>Yelp</application> can find and use it. However, be aware that
38 Gnome applications are transitioning to <application>Webkit</application>
39 instead of gecko.</para>
40
41 &lfs70_checked;
42
43 <bridgehead renderas="sect3">Package Information</bridgehead>
44 <itemizedlist spacing="compact">
45 <listitem>
46 <para>Download (HTTP): <ulink url="&xulrunner-download-http;"/></para>
47 </listitem>
48 <listitem>
49 <para>Download (FTP): <ulink url="&xulrunner-download-ftp;"/></para>
50 </listitem>
51 <listitem>
52 <para>Download MD5 sum: &xulrunner-md5sum;</para>
53 </listitem>
54 <listitem>
55 <para>Download size: &xulrunner-size;</para>
56 </listitem>
57 <listitem>
58 <para>Estimated disk space required: &xulrunner-buildsize;</para>
59 </listitem>
60 <listitem>
61 <para>Estimated build time: &xulrunner-time;</para>
62 </listitem>
63 </itemizedlist>
64
65 <bridgehead renderas="sect3">Xulrunner Dependencies</bridgehead>
66
67 <bridgehead renderas="sect4">Required</bridgehead>
68 <para role="required"><xref linkend="alsa-lib"/>, <xref linkend="gtk2"/>,
69 <ulink url="http://yasm.tortall.net/">Yasm</ulink> (or
70 <ulink url="http://www.webmproject.org/code/">libvpx</ulink>, which
71 requires Yasm), <xref linkend="libidl"/> and <xref linkend="zip"/></para>
72
73 <para>Note: <application>libjpeg</application> and
74 <application>libpng</application> (patched for apng support) should have
75 been installed before <application>gdk-pixbuf</application> and should
76 exist on your system. If for some strange reason you haven't installed
77 them, you should remove the <option>--with-system-jpeg</option> and
78 <option>--with-system-png</option> options from the
79 <filename>mozconfig</filename> file created below.</para>
80
81 <bridgehead renderas="sect4">Optional</bridgehead>
82 <para role="optional"><xref linkend="dbus-glib"/>,
83 <xref linkend="startup-notification"/>, <xref linkend="sqlite"/>,
84 <ulink url="http://www.webmproject.org/code/">libvpx</ulink>,
85 <ulink url="http://sourceforge.net/projects/hunspell/">Hunspell</ulink>,
86 <xref linkend="doxygen"/>,
87 <xref linkend="gnome-vfs"/> and <xref linkend="libgnomeui"/> (for gnome
88 integration), <xref linkend="libnotify"/>, <xref linkend="nspr"/>,
89 <xref linkend="nss"/>, <xref linkend="unzip"/>,
90 <xref linkend="wireless_tools"/>,
91 <ulink url="http://www.valgrind.org/">Valgrind</ulink> (only for testing
92 the jemalloc code) and <xref linkend="wget"/></para>
93
94 <para condition="html" role="usernotes">User Notes:
95 <ulink url="&blfs-wiki;/xulrunner"/></para>
96
97 </sect2>
98
99 <sect2 role="installation">
100 <title>Installation of Xulrunner</title>
101
102 <para>The configuration of <application>Xulrunner</application> is
103 accomplished by creating a <filename>mozconfig</filename> file containing
104 the desired configuration options. A default <filename>mozconfig</filename>
105 is created below. To see the entire list of available configuration options
106 (and an abbreviated description of each one), issue
107 <command>./configure --help</command>. You should review the entire file
108 and comment or uncomment options as necessary.</para>
109
110<screen><?dbfo keep-together="auto"?><userinput>cat &gt; mozconfig &lt;&lt; "EOF"
111<literal># If you have a multicore machine you can speed up the build by running
112# several jobs at once, but if you have a single core, delete this line:
113mk_add_options MOZ_MAKE_FLAGS="-j4"
114
115# If you have installed DBus-Glib delete this option:
116ac_add_options --disable-dbus
117
118# If you have installed wireless-tools delete this option:
119ac_add_options --disable-necko-wifi
120
121# If you have installed libnotify delete this option:
122ac_add_options --disable-libnotify
123
124# If you have not installed nss delete these two lines:
125ac_add_options --with-system-nspr
126ac_add_options --with-system-nss
127
128# Uncomment these if you have installed them:
129# ac_add_options --enable-system-sqlite
130# ac_add_options --enable-system-lcms
131# ac_add_options --with-system-libvpx
132# ac_add_options --enable-startup-notification
133
134mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/firefox-build-dir
135ac_add_options --prefix=/usr
136ac_add_options --enable-application=xulrunner
137ac_add_options --enable-pthreads
138ac_add_options --enable-system-ffi
139ac_add_options --enable-system-jpeg
140ac_add_options --enable-system-png
141ac_add_options --enable-system-cairo
142ac_add_options --enable-system-zlib
143ac_add_options --enable-shared
144ac_add_options --disable-static
145ac_add_options --disable-debug
146ac_add_options --disable-crashreporter
147ac_add_options --disable-installer
148ac_add_options --disable-updater
149ac_add_options --disable-tests</literal>
150EOF</userinput></screen>
151
152 <para>Install <application>Xulrunner</application> by issuing the
153 following commands:</para>
154
155<screen><userinput>sed -i '/Version/aRequires: nspr &gt;= 4.8.9' xulrunner/installer/libxul-embedding.pc.in &amp;&amp;
156make -f client.mk</userinput></screen>
157
158 <para>This package does not come with a test suite.</para>
159
160 <para>Now, as the <systemitem class="username">root</systemitem>
161 user:</para>
162
163<screen role="root"><userinput>make -C xulrunner-build-dir install &amp;&amp;
164mkdir -p /usr/lib/mozilla &amp;&amp;
165rm -rf /usr/lib/xulrunner-&xulrunner-version;/plugins &amp;&amp;
166ln -sv ../mozilla/plugins /usr/lib/xulrunner-&xulrunner-version; &amp;&amp;
167chown -Rv root:root /usr/{include,lib,share/idl}/xulrunner-*</userinput></screen>
168
169 <para>If you elected to use the included NSPR and NSS (ie, if you have
170 <emphasis>not</emphasis> installed <xref linkend="nspr"/> and
171 <xref linkend="nss"/>), while still the
172 <systemitem class="username">root</systemitem> user, complete the
173 installation with the following commands:</para>
174
175<screen role="root"><userinput>for DL in libnss3.so libnssutil3.so libsmime3.so \
176 libssl3.so libsoftokn3.so libplds4.so libplc4.so libnspr4.so
177do ln -sv xulrunner-&xulrunner-version;/${DL} /usr/lib
178done &amp;&amp;
179unset DL</userinput></screen>
180
181 </sect2>
182
183 <sect2 role="commands">
184 <title>Command Explanations</title>
185
186 <para><command>sed ... Requires: nspr</command>: If you try to build
187 <application>Yelp</application> without this, the
188 prtypes header from NSPR will not be found. It is arguable whose error this
189 is (the code presumably works on earlier geckos), but this fix is unlikely
190 to cause any damage in other packages.</para>
191
192 <para><command>make -f client.mk ...</command>: Mozilla products are
193 packaged to allow the use of a configuration file which can be used to
194 pass the configuration settings to the <command>configure</command>
195 command. <command>make</command> uses the <filename>client.mk</filename>
196 file to get initial configuration and setup parameters.</para>
197
198 <para><command>for DL in ...</command>: The NSPR and NSS libraries shipped
199 with this package are installed into
200 <filename class='directory'>/usr/lib/xulrunner-&xulrunner-version;</filename>
201 which means they will not be found at runtime. By using symbolic links from
202 <filename class="directory">/usr/lib</filename> the libraries will be found
203 and the links can be easily changed to point to a newer version during an
204 upgrade.</para>
205
206 <para><command>ln -sv ../mozilla/plugins ...</command>: Some packages will
207 install browser plugins into
208 <filename class='directory'>/usr/lib/mozilla/plugins</filename>.
209 Creating this symlink <application>Xulrunner</application> keeps additional
210 plugins in a common directory.</para>
211
212 <note>
213 <para>When you upgrade Xulrunner, remember to update the symlinks.</para>
214 </note>
215
216 </sect2>
217
218 <sect2 role="content">
219 <title>Contents</title>
220
221 <segmentedlist>
222 <segtitle>Installed Programs</segtitle>
223 <segtitle>Installed Libraries</segtitle>
224 <segtitle>Installed Directories</segtitle>
225
226 <seglistitem>
227 <seg>xulrunner, and optionally nspr-config</seg>
228 <seg>Numerous libraries, browser components, plugins, extensions, and
229 helper modules installed in <filename
230 class='directory'>/usr/lib/xulrunner-&xulrunner-version;</filename></seg>
231 <seg>/etc/gre.d, /usr/include/xulrunner-&xulrunner-version;,
232 /usr/lib/xulrunner-&xulrunner-version;,
233 /usr/lib/xulrunner-devel-&xulrunner-version;, and
234 /usr/share/idl/xulrunner-&xulrunner-version;</seg>
235 </seglistitem>
236 </segmentedlist>
237
238 <variablelist>
239 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
240 <?dbfo list-presentation="list"?>
241 <?dbhtml list-presentation="table"?>
242
243 <varlistentry id="xulrunner-prog">
244 <term><command>xulrunner</command></term>
245 <listitem>
246 <para>is a shell script, useful for identifying the version
247 installed.</para>
248 <indexterm zone="xulrunner xulrunner-prog">
249 <primary sortas="b-xulrunner">xulrunner</primary>
250 </indexterm>
251 </listitem>
252 </varlistentry>
253
254 </variablelist>
255
256 </sect2>
257
258</sect1>
Note: See TracBrowser for help on using the repository browser.