2009-03-12 21:37:30 +08:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
|
|
%general-entities;
|
|
|
|
|
2010-02-22 00:40:14 +08:00
|
|
|
<!ENTITY xulrunner-download-http "http://releases.mozilla.org/pub/mozilla.org/firefox/releases/&firefox-version;/source/firefox-&firefox-version;.source.tar.bz2">
|
|
|
|
<!ENTITY xulrunner-download-ftp "ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/&firefox-version;/source/firefox-&firefox-version;.source.tar.bz2">
|
2009-03-12 21:37:30 +08:00
|
|
|
<!-- md5sum and size should match firefox, but the buildize and time will differ -->
|
2010-10-24 01:28:28 +08:00
|
|
|
<!ENTITY xulrunner-md5sum "f698dd0f8f145d84933a50f69662c8db">
|
|
|
|
<!ENTITY xulrunner-size "50 MB">
|
|
|
|
<!ENTITY xulrunner-buildsize "895 MB">
|
2010-02-18 14:44:20 +08:00
|
|
|
<!ENTITY xulrunner-time "12 SBU">
|
2009-03-12 21:37:30 +08:00
|
|
|
]>
|
|
|
|
|
|
|
|
<sect1 id="xulrunner" xreflabel="Xulrunner-&xulrunner-version;">
|
|
|
|
<?dbhtml filename="xulrunner.html" ?>
|
|
|
|
|
|
|
|
<sect1info>
|
|
|
|
<othername>$LastChangedBy$</othername>
|
|
|
|
<date>$Date$</date>
|
|
|
|
</sect1info>
|
|
|
|
|
|
|
|
<title>Xulrunner-&xulrunner-version;</title>
|
|
|
|
|
|
|
|
<indexterm zone="xulrunner">
|
|
|
|
<primary sortas="a-Xulrunner">Xulrunner</primary>
|
|
|
|
</indexterm>
|
|
|
|
|
|
|
|
<sect2 role="package">
|
|
|
|
<title>Introduction to Xulrunner</title>
|
|
|
|
|
|
|
|
<para><application>Xulrunner</application> is a runtime environment for XUL
|
|
|
|
applications, and forms the major part of the <application>Mozilla</application>
|
|
|
|
codebase. In particular, it provides the gecko engine together with pkgconfig
|
2010-08-04 03:39:53 +08:00
|
|
|
files so that applications such as <application>Yelp</application> can find
|
|
|
|
and use it. However, be aware that Gnome applications are transitioning to
|
|
|
|
<application>Webkit</application> instead of gecko.</para>
|
2009-03-12 21:37:30 +08:00
|
|
|
|
2010-10-24 01:28:28 +08:00
|
|
|
&lfs67_checked;
|
2010-08-07 06:25:46 +08:00
|
|
|
|
2009-03-12 21:37:30 +08:00
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
|
|
<itemizedlist spacing="compact">
|
|
|
|
<listitem>
|
|
|
|
<para>Download (HTTP): <ulink url="&xulrunner-download-http;"/></para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Download (FTP): <ulink url="&xulrunner-download-ftp;"/></para>
|
2010-04-03 21:19:44 +08:00
|
|
|
<tip><para>When a new version of <application>Firefox</application> is
|
2009-03-12 21:37:30 +08:00
|
|
|
released, sometimes a corresponding new version of
|
2010-04-03 21:19:44 +08:00
|
|
|
<application>Xulrunner</application> appears at the same time. At other
|
2009-03-12 21:37:30 +08:00
|
|
|
times it appears several days later or not at all. So far in the
|
2010-04-03 21:19:44 +08:00
|
|
|
<application>Firefox-3.x</application> series, every new release has
|
2009-03-12 21:37:30 +08:00
|
|
|
created xulrunner libraries with a corresponding new version. Whenever
|
2010-04-03 21:19:44 +08:00
|
|
|
a separate Xulrunner tarball has been released, it has been bitwise
|
|
|
|
identical to the corresponding Firefox tarball. Use the
|
|
|
|
<application>Firefox</application> tarball to save downloading this
|
2009-03-12 21:37:30 +08:00
|
|
|
large package twice.</para></tip>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Download MD5 sum: &xulrunner-md5sum;</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Download size: &xulrunner-size;</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
2009-09-06 14:18:18 +08:00
|
|
|
<para>Estimated disk space required: &xulrunner-buildsize; (using
|
|
|
|
recommended dependencies)</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Estimated build time: &xulrunner-time; (using recommended
|
|
|
|
dependencies)</para>
|
2009-03-12 21:37:30 +08:00
|
|
|
</listitem>
|
2009-09-06 14:18:18 +08:00
|
|
|
</itemizedlist>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
|
|
|
|
<itemizedlist spacing="compact">
|
2009-03-12 21:37:30 +08:00
|
|
|
<listitem>
|
2009-09-06 14:18:18 +08:00
|
|
|
<para>Optional patch: <ulink
|
2010-02-18 14:44:20 +08:00
|
|
|
url="&patch-root;/firefox-&firefox-version;-provide_system_nspr_nss-1.patch"/>
|
2009-09-06 14:18:18 +08:00
|
|
|
(Required if using the included NSPR and NSS libs as system versions for
|
|
|
|
other packages)</para>
|
2009-03-12 21:37:30 +08:00
|
|
|
</listitem>
|
|
|
|
</itemizedlist>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect3">Xulrunner Dependencies</bridgehead>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
2009-09-06 14:18:18 +08:00
|
|
|
<para role="required"><xref linkend="alsa-lib"/>
|
|
|
|
<xref linkend="gtk2"/>,
|
|
|
|
<xref linkend="libidl"/>,
|
|
|
|
<xref linkend="pango"/>,
|
2009-03-12 21:37:30 +08:00
|
|
|
<xref linkend="python"/>, and
|
|
|
|
<xref linkend="zip"/></para>
|
|
|
|
|
|
|
|
<para>Note: <application>libjpeg</application> should have been installed
|
|
|
|
before <application>GTK+</application> and should exist on your system. If
|
|
|
|
for some reason you haven't installed <application>libjpeg</application>,
|
|
|
|
you should remove the <option>--with-system-jpeg</option> option from the
|
|
|
|
<filename>.mozconfig</filename> file created below.</para>
|
|
|
|
|
2009-09-06 14:18:18 +08:00
|
|
|
<bridgehead renderas="sect4">Recommended</bridgehead>
|
2010-10-18 01:55:40 +08:00
|
|
|
<para role="recommended"><xref linkend="sqlite"/> (internal sqlite is
|
2009-09-06 14:18:18 +08:00
|
|
|
incompatable with existing or future installations)</para>
|
|
|
|
|
2009-03-12 21:37:30 +08:00
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
|
|
|
<para role="optional"><xref linkend="dbus-glib"/>,
|
|
|
|
<xref linkend="doxygen"/>,
|
|
|
|
<xref linkend="curl"/> (only for crash-reporter),
|
|
|
|
<xref linkend="gnome-vfs"/> and <xref linkend="libgnomeui"/>
|
|
|
|
(for gnome integration),
|
2010-08-04 03:39:53 +08:00
|
|
|
<xref linkend="libnotify"/>,
|
2009-03-12 21:37:30 +08:00
|
|
|
<xref linkend="libpng"/> (patched for apng support),
|
2010-04-03 21:19:44 +08:00
|
|
|
<!-- Redundant as NSS requires this
|
2009-09-06 14:18:18 +08:00
|
|
|
<xref linkend="nspr"/> (recommended if you build any other Mozilla.org
|
2010-04-03 21:19:44 +08:00
|
|
|
packages), -->
|
2009-09-06 14:18:18 +08:00
|
|
|
<xref linkend="nss"/> (recommended if you build any other Mozilla.org
|
|
|
|
packages),
|
2010-04-03 21:19:44 +08:00
|
|
|
<xref linkend="startup-notification"/>,
|
2009-03-12 21:37:30 +08:00
|
|
|
<xref linkend="unzip"/>,
|
|
|
|
<ulink url="http://www.valgrind.org/">Valgrind</ulink> (only for testing the
|
|
|
|
jemalloc code), and
|
|
|
|
<xref linkend="wget"/></para>
|
|
|
|
|
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
|
|
<ulink url="&blfs-wiki;/xulrunner"/></para>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="installation">
|
|
|
|
<title>Installation of Xulrunner</title>
|
|
|
|
|
|
|
|
<para>The configuration of <application>Xulrunner</application> is
|
|
|
|
accomplished by creating a <filename>.mozconfig</filename> file containing
|
|
|
|
the desired configuration options. A default <filename>.mozconfig</filename>
|
|
|
|
is created below. To see the entire list of available configuration options
|
|
|
|
(and an abbreviated description of each one), issue
|
2009-09-06 14:18:18 +08:00
|
|
|
<command>./configure --help</command>. You should review the entire file
|
|
|
|
and comment or uncomment options as necessary. If you would prefer to
|
|
|
|
download the file instead of creating it by typing or cut-and-pasting, you
|
|
|
|
can find it at
|
|
|
|
<ulink url="&files-anduin;/xulrunner-&xulrunner-version;-mozconfig"/>
|
2010-04-03 21:19:44 +08:00
|
|
|
(the file must be installed in the root of the source tree,
|
|
|
|
<!-- directory name changes depending on version of Xulrunner
|
|
|
|
<filename class='directory'>mozilla</filename> directory,--> and named
|
|
|
|
<filename>.mozconfig</filename> or <filename>mozconfig</filename>).</para>
|
2009-03-12 21:37:30 +08:00
|
|
|
|
|
|
|
<screen><?dbfo keep-together="auto"?><userinput>cat > .mozconfig << "EOF"
|
|
|
|
<literal># This file contains the options used in the Xulrunner build. You may
|
|
|
|
# need to specify additional options for your specific build needs.
|
|
|
|
# Use the information provided by running './configure --help' to
|
|
|
|
# help you determine if you need to add any additional options.
|
|
|
|
# Some additional options can be added by uncommenting the examples
|
|
|
|
# in this file or adding options by inserting a line containing
|
|
|
|
# 'ac_add_options --some-option-you-need'. Be aware that some accepted
|
|
|
|
# options, such as '--with-system-bz2', do not affect the build.
|
|
|
|
|
2010-08-04 03:39:53 +08:00
|
|
|
# specify that we want to build xulrunner
|
2009-03-12 21:37:30 +08:00
|
|
|
ac_add_options --enable-application=xulrunner
|
|
|
|
|
2010-08-04 03:39:53 +08:00
|
|
|
# Create an object directory and specify to build the package in that
|
|
|
|
# directory. If desired, modify the location of the object directory
|
2009-03-12 21:37:30 +08:00
|
|
|
# to a directory inside the source tree by removing '../' from the
|
|
|
|
# line below.
|
|
|
|
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/../xulrunner-build
|
|
|
|
|
|
|
|
# Specify the installation prefix. If you would prefer Xulrunner
|
|
|
|
# installed in a different prefix, modify the line below to fit
|
|
|
|
# your needs (the config will always be written to /etc/gre.d)
|
|
|
|
ac_add_options --prefix=/usr
|
|
|
|
|
2010-08-04 03:39:53 +08:00
|
|
|
# apply a minimal level of optimization (-O)
|
2009-03-12 21:37:30 +08:00
|
|
|
ac_add_options --enable-optimize
|
|
|
|
|
|
|
|
# These options are used so that the Xulrunner binaries are linked to
|
|
|
|
# the system-installed copies of the specified libraries instead of
|
2009-09-06 14:18:18 +08:00
|
|
|
# the source tree code which may not be the most recent versions.
|
|
|
|
# With the exception of libsqlite3, the libraries are statically linked.
|
|
|
|
|
|
|
|
# (Options to use system installed libraries)
|
|
|
|
# Using the shipped version of libsqlite3 has been reported to cause
|
|
|
|
# problems with other applications which were using sqlite3.
|
2009-09-25 11:54:31 +08:00
|
|
|
# Only comment this line if you know exactly what you are doing!
|
2009-09-06 14:18:18 +08:00
|
|
|
ac_add_options --enable-system-sqlite
|
|
|
|
|
|
|
|
# Comment this only if you want to use whatever patched version of cairo
|
2010-08-04 03:39:53 +08:00
|
|
|
# is in the shipped mozilla tree, together with the system headers.
|
2009-03-12 21:37:30 +08:00
|
|
|
ac_add_options --enable-system-cairo
|
|
|
|
|
2009-09-06 14:18:18 +08:00
|
|
|
# Comment this if you did not build libjpeg before GTK+-2.
|
2009-03-12 21:37:30 +08:00
|
|
|
ac_add_options --with-system-jpeg
|
|
|
|
|
|
|
|
# These two options enable support for building Xulrunner with
|
|
|
|
# system-installed versions of the Network Security Services (NSS)
|
2009-09-06 14:18:18 +08:00
|
|
|
# and Netscape Portable Runtime (NSPR) libraries. Comment them if
|
|
|
|
# you wish to use the included copies (not recommended).
|
|
|
|
ac_add_options --with-system-nspr
|
|
|
|
ac_add_options --with-system-nss
|
2009-03-12 21:37:30 +08:00
|
|
|
|
2009-09-06 14:18:18 +08:00
|
|
|
# Comment this if you have not built png with the apng patch.
|
2009-03-12 21:37:30 +08:00
|
|
|
ac_add_options --with-system-png
|
|
|
|
|
|
|
|
# The pthreads option is only used when building nspr
|
2009-09-06 14:18:18 +08:00
|
|
|
# Uncomment this if you build the included nspr.
|
|
|
|
#ac_add_options --with-pthreads
|
2009-03-12 21:37:30 +08:00
|
|
|
|
2009-09-06 14:18:18 +08:00
|
|
|
# zlib is included in LFS. Do not comment this line.
|
2009-03-12 21:37:30 +08:00
|
|
|
ac_add_options --with-system-zlib
|
|
|
|
|
2009-09-06 14:18:18 +08:00
|
|
|
# (Options to disable parts of the package)
|
2009-03-12 21:37:30 +08:00
|
|
|
# This option is used to disable the a11y support in the Xulrunner
|
|
|
|
# binaries. Comment out this option if you require a11y support.
|
|
|
|
ac_add_options --disable-accessibility
|
|
|
|
|
2010-08-04 03:39:53 +08:00
|
|
|
# Uncomment this if you did not build curl.
|
2009-09-25 11:54:31 +08:00
|
|
|
#ac_add_options --disable-crashreporter
|
2009-03-12 21:37:30 +08:00
|
|
|
|
2010-08-04 03:39:53 +08:00
|
|
|
# Comment this if you have built dbus-glib.
|
2009-09-25 11:54:31 +08:00
|
|
|
ac_add_options --disable-dbus
|
2009-03-12 21:37:30 +08:00
|
|
|
|
2010-08-04 03:39:53 +08:00
|
|
|
# Comment this if you have gnome-vfs and libgnomeui, and wish to
|
|
|
|
# integrate xulrunner into your gnome desktop
|
2009-03-12 21:37:30 +08:00
|
|
|
ac_add_options --disable-gnomevfs
|
|
|
|
|
2010-02-18 14:44:20 +08:00
|
|
|
# Comment this if you have wireless-tools installed and wish to use the new
|
|
|
|
# Necko WiFi scanning.
|
|
|
|
ac_add_options --disable-necko-wifi
|
|
|
|
|
2010-08-04 03:39:53 +08:00
|
|
|
# Comment this if you have installed libnotify.
|
|
|
|
ac_add_options --disable-libnotify
|
|
|
|
|
2009-03-12 21:37:30 +08:00
|
|
|
# This option is added so that the Mozilla Installer program is not
|
|
|
|
# built or installed. The program is not required for a BLFS
|
|
|
|
# installation of Xulrunner.
|
|
|
|
ac_add_options --disable-installer
|
|
|
|
|
|
|
|
# If you enable javaxpcom, you must have a java compiler installed.
|
|
|
|
ac_add_options --disable-javaxpcom
|
|
|
|
|
2010-08-04 03:39:53 +08:00
|
|
|
# This option is added so that test libraries and programs are not
|
|
|
|
# built. These would only be required for debugging purposes.
|
2009-03-12 21:37:30 +08:00
|
|
|
ac_add_options --disable-tests
|
|
|
|
|
|
|
|
# Disable the updater, which is not appropriate if you build from source
|
|
|
|
ac_add_options --disable-updater
|
|
|
|
|
2010-08-04 03:39:53 +08:00
|
|
|
# (options to add extra parts of the package)
|
|
|
|
# Use the anti-phishing measures (a blacklist of sites).
|
|
|
|
ac_add_options --enable-safe-browsing
|
|
|
|
|
2009-03-12 21:37:30 +08:00
|
|
|
# This option is used so that the debugging symbols are removed from
|
|
|
|
# the installed binaries during the installation process. Comment out
|
|
|
|
# this option if you may have a need to retain the debugging symbols
|
|
|
|
# in the installed binaries (the resulting binaries will be about 7MB
|
|
|
|
# bigger).
|
|
|
|
ac_add_options --enable-strip
|
|
|
|
|
|
|
|
# Uncomment this option if you desire support for dual-monitor
|
|
|
|
# display using the X-Window Xinerama libraries.
|
|
|
|
#ac_add_options --enable-xinerama
|
|
|
|
|
|
|
|
# This option identifies the default binary directory of the Xulrunner
|
|
|
|
# installation and is used to locate Xulrunner's installed files. This
|
2010-08-04 03:39:53 +08:00
|
|
|
# option is is only used for development purposes.
|
2009-03-12 21:37:30 +08:00
|
|
|
#ac_add_options --with-default-mozilla-five-home=/usr/lib/xulrunner-&xulrunner-version;</literal>
|
|
|
|
|
2010-08-04 03:39:53 +08:00
|
|
|
|
2009-03-12 21:37:30 +08:00
|
|
|
EOF</userinput></screen>
|
|
|
|
|
2010-04-22 03:10:06 +08:00
|
|
|
<para>If you did not install <xref linkend="nspr"/> and
|
2009-09-06 14:18:18 +08:00
|
|
|
<xref linkend="nss"/>, then apply the patch with the following
|
|
|
|
command:</para>
|
|
|
|
|
|
|
|
<screen><userinput>patch -Np1 -i ../firefox-&firefox-version;-provide_system_nss_nspr-1.patch</userinput></screen>
|
|
|
|
|
2010-04-03 21:19:44 +08:00
|
|
|
<para>Install <application>Xulrunner</application> by issuing the
|
2009-03-12 21:37:30 +08:00
|
|
|
following commands:</para>
|
|
|
|
|
2010-10-27 02:37:55 +08:00
|
|
|
<screen><userinput>echo "Requires: nspr" >>xulrunner/installer/libxul-embedding.pc.in &&
|
2009-03-12 21:37:30 +08:00
|
|
|
make -f client.mk build</userinput></screen>
|
|
|
|
|
|
|
|
<para>This package does not come with a test suite.</para>
|
|
|
|
|
2010-04-03 21:19:44 +08:00
|
|
|
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
2009-03-12 21:37:30 +08:00
|
|
|
|
|
|
|
<screen role="root"><userinput>make -f client.mk install &&
|
2010-08-28 02:07:25 +08:00
|
|
|
install -v -d -m644 /usr/lib/mozilla &&
|
2010-04-03 21:19:44 +08:00
|
|
|
ln -sv /usr/lib/xulrunner-&xulrunner-version;/plugins \
|
|
|
|
/usr/lib/mozilla &&
|
|
|
|
chown -Rv root:root /usr/lib/xulrunner-* \
|
|
|
|
/usr/bin/xulrunner &&
|
|
|
|
ln -sfv xulrunner-devel-&xulrunner-version;/lib/lib{xul,xpcom,mozjs}.so \
|
|
|
|
/usr/lib</userinput></screen>
|
2009-09-06 14:18:18 +08:00
|
|
|
|
2010-04-22 03:10:06 +08:00
|
|
|
<para>If you've elected to use the included NSPR and NSS, while still the
|
2009-09-06 14:18:18 +08:00
|
|
|
<systemitem class="username">root</systemitem> user, complete the
|
|
|
|
installation with the following commands:</para>
|
|
|
|
|
|
|
|
<screen role="root"><userinput>for DL in \
|
|
|
|
libnss3.so libnssutil3.so libsmime3.so libssl3.so libsoftokn3.so \
|
|
|
|
libplds4.so libplc4.so libnspr4.so
|
|
|
|
do
|
2010-04-03 21:19:44 +08:00
|
|
|
ln -sv xulrunner-&xulrunner-version;/$DL /usr/lib
|
2009-09-06 14:18:18 +08:00
|
|
|
done</userinput></screen>
|
2009-03-12 21:37:30 +08:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="commands">
|
|
|
|
<title>Command Explanations</title>
|
|
|
|
|
2010-04-03 21:19:44 +08:00
|
|
|
<para><command>echo "Requires: nspr"
|
|
|
|
>>xulrunner/installer/libxul-embedding.pc.in</command>: If you try to build
|
|
|
|
<application>Yelp</application> without this, the
|
|
|
|
prtypes header from NSPR will not be found. It is arguable whose error this
|
2009-03-12 21:37:30 +08:00
|
|
|
is (the code presumably works on earlier geckos), but this fix is unlikely
|
|
|
|
to cause any damage in other packages.</para>
|
|
|
|
|
|
|
|
<para><command>make -f client.mk ...</command>: Mozilla products are
|
|
|
|
packaged to allow the use of a configuration file which can be used to
|
|
|
|
pass the configuration settings to the <command>configure</command>
|
|
|
|
command. <command>make</command> uses the <filename>client.mk</filename>
|
|
|
|
file to get initial configuration and setup parameters, then depending on
|
|
|
|
the target parameter (<parameter>build</parameter> or
|
|
|
|
<parameter>install</parameter>), either runs the
|
|
|
|
<command>configure</command> script and compiles the package or installs
|
|
|
|
the package.</para>
|
|
|
|
|
2010-04-03 21:19:44 +08:00
|
|
|
<para><command>for DL in ...</command>: The NSPR and NSS libraries shipped
|
|
|
|
with this package are installed into
|
|
|
|
<filename class='directory'>/usr/lib/xulrunner-&xulrunner-version;</filename>
|
2009-03-12 21:37:30 +08:00
|
|
|
which means they will not be found at runtime. By using symbolic links from
|
2010-04-03 21:19:44 +08:00
|
|
|
<filename class="directory">/usr/lib</filename> the libraries will be found
|
|
|
|
and the links can be easily changed to point to a newer version during an
|
|
|
|
upgrade.</para>
|
2009-03-12 21:37:30 +08:00
|
|
|
|
|
|
|
<para><command>ln -sv /usr/lib/xulrunner-&xulrunner-version;/plugins
|
2010-04-03 21:19:44 +08:00
|
|
|
/usr/lib/mozilla</command>: Some packages will install browser plugins
|
|
|
|
into <filename class='directory'>/usr/lib/mozilla/plugins</filename>.
|
|
|
|
Creating this as a symlink to the <application>Xulrunner</application>
|
|
|
|
plugins keeps additional plugins in a common directory.</para>
|
|
|
|
|
|
|
|
<note>
|
|
|
|
<para>When you upgrade Xulrunner, remember to update the symlinks and to
|
|
|
|
copy any additional plugins compiled against this series of Xulrunner to the
|
|
|
|
new plugin directory.</para>
|
|
|
|
</note>
|
2009-03-12 21:37:30 +08:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="content">
|
|
|
|
<title>Contents</title>
|
|
|
|
|
|
|
|
<segmentedlist>
|
|
|
|
<segtitle>Installed Programs</segtitle>
|
|
|
|
<segtitle>Installed Libraries</segtitle>
|
|
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
|
|
|
|
<seglistitem>
|
2010-08-04 03:39:53 +08:00
|
|
|
<seg>xulrunner, and optionally nspr-config</seg>
|
2009-03-12 21:37:30 +08:00
|
|
|
<seg>Numerous libraries, browser components, plugins, extensions, and
|
|
|
|
helper modules installed in <filename
|
|
|
|
class='directory'>/usr/lib/xulrunner-&xulrunner-version;</filename></seg>
|
|
|
|
<seg>/etc/gre.d, /usr/include/xulrunner-&xulrunner-version;,
|
|
|
|
/usr/lib/xulrunner-&xulrunner-version;, and
|
|
|
|
/usr/lib/xulrunner-devel-&xulrunner-version;</seg>
|
|
|
|
</seglistitem>
|
|
|
|
</segmentedlist>
|
|
|
|
|
|
|
|
<variablelist>
|
|
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
|
|
<?dbfo list-presentation="list"?>
|
|
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
|
|
|
|
<varlistentry id="xulrunner-prog">
|
|
|
|
<term><command>xulrunner</command></term>
|
|
|
|
<listitem>
|
|
|
|
<para>is a shell script, useful for identifying the version
|
|
|
|
installed.</para>
|
|
|
|
<indexterm zone="xulrunner xulrunner-prog">
|
|
|
|
<primary sortas="b-xulrunner">xulrunner</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
</variablelist>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
</sect1>
|