Ignore:
Timestamp:
06/14/2014 01:17:16 AM (10 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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
Children:
ef362a7
Parents:
b4f8b750
Message:

Modify build instructions for firefox-30.0 and thunderbird-24.6.0.
Uncoment 'ac_add_options --enable-system-cairo' in xulrunner/firefox-30.0 and thunderbird-24.6.0. Thanks Armin K.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/other/thunderbird.xml

    rb4f8b750 r0ccfdd3a  
    162162#ac_add_options --enable-startup-notification
    163163
    164 # Uncomment this line if you compiled Cairo with --enable-tee switch and want
    165 # to use it instead of the bundled one:
    166 #ac_add_options --enable-system-cairo
     164# Comment this line if you do not have Cairo installed (compiled with
     165# --enable-tee switch) and want to use the bundled one:
     166ac_add_options --enable-system-cairo
    167167
    168168# If you have not installed Yasm then uncomment this line:
     
    219219    <note><para>
    220220      If you are compiling <application>Thunderbird</application> in chroot,
    221       prepend <envar>SHELL=/bin/bash</envar> to the first make command below.
     221      prepend <envar>SHELL=/bin/bash</envar> to the <!--first -->make command below.
    222222    </para></note>
    223223
    224 <screen><userinput>make -f client.mk &amp;&amp;
    225 make -C thunderbuild/mail/installer</userinput></screen>
     224<screen><userinput>make -f client.mk &amp;&amp;<!--
     225make -C thunderbuild/mail/installer--></userinput></screen>
    226226
    227227    <para>
     
    234234    </para>
    235235
    236 <screen role="root"><userinput>mkdir -pv /usr/lib/thunderbird-&thunderbird-version; &amp;&amp;
     236<!--<screen role="root"><userinput>mkdir -pv /usr/lib/thunderbird-&thunderbird-version; &amp;&amp;
    237237tar -xvf thunderbuild/mozilla/dist/thunderbird-&thunderbird-version;.en-US.linux-$(uname -m).tar.bz2 \
    238     -C /usr/lib/thunderbird-&thunderbird-version; --strip-components=1 &amp;&amp;
    239 ln -sfv ../lib/thunderbird-&thunderbird-version;/thunderbird /usr/bin</userinput></screen>
    240 
    241     <para>
    242       The above instructions just install the parts you need to run
     238    -C /usr/lib/thunderbird-&thunderbird-version; -\-strip-components=1 &amp;&amp;
     239ln -sfv ../lib/thunderbird-&thunderbird-version;/thunderbird /usr/bin</userinput></screen>-->
     240
     241<screen role="root"><userinput>make -f client.mk install INSTALL_SDK=</userinput></screen>
     242
     243    <para>
     244      The above instruction just installs the parts you need to run
    243245      <application>Thunderbird</application>. Alternatively, if you want to
    244246      install the full <application>Thunderbird</application> development
     
    261263    </para>
    262264
    263     <para>
    264       <command>make -C thunderbuild/mail/installer</command>: this runs make in
    265       the <filename class="directory">thunderbuild/mail/installer</filename>
    266       folder. This gathers together all the parts of
    267       <application>Thunderbird</application> and compresses them into a tarball.
    268     </para>
    269 
    270     <para>
    271       <command>tar -xfv thunderbuild/mozilla/dist ...</command>: This untars
    272       <application>Thunderbird</application>, the <option>-C</option> option
    273       uncompresses the files in
    274       <filename class="directory">/usr/lib/thunderbird-&thunderbird-version;</filename>.
    275       The <option>--strip-components=1</option> option removes the leading
    276       'thunderbird' directory from the filenames, allowing us to untar it into a
    277       versioned directory.
    278     </para>
    279265  </sect2>
    280266
Note: See TracChangeset for help on using the changeset viewer.