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/graphweb/firefox.xml

    rb4f8b750 r0ccfdd3a  
    189189ac_add_options --disable-pulseaudio
    190190
    191 # Uncomment this line if you compiled Cairo with --enable-tee switch and want
    192 # to use it instead of the bundled one:
    193 #ac_add_options --enable-system-cairo
     191# Comment this line if you do not have Cairo installed (compiled with
     192# --enable-tee switch) and want to use the bundled one:
     193ac_add_options --enable-system-cairo
    194194
    195195# If you have not installed Yasm then uncomment this line:
     
    257257    </para>
    258258
    259     <para>
     259<!--    <para>
    260260      If you have <emphasis>not</emphasis> linked
    261261      <application>Firefox</application> against an installed
     
    264264
    265265<screen><userinput>make -C firefox-build-dir/browser/installer</userinput></screen>
    266 
     266-->
    267267    <para>
    268268      Now, as the <systemitem class="username">root</systemitem> user, if you
     
    272272    </para>
    273273
    274 <screen role="root"><userinput>rm -rf /usr/lib/firefox-&firefox-version; &amp;&amp;
     274<!--<screen role="root"><userinput>rm -rf /usr/lib/firefox-&firefox-version; &amp;&amp;
    275275mkdir  /usr/lib/firefox-&firefox-version; &amp;&amp;
    276276
    277277tar -xvf firefox-build-dir/dist/firefox-&firefox-version;.en-US.linux-$(uname -m).tar.bz2 \
    278     -C /usr/lib/firefox-&firefox-version; --strip-components=1 &amp;&amp;
     278    -C /usr/lib/firefox-&firefox-version; -\-strip-components=1 &amp;&amp;
    279279chown -R -v root:root /usr/lib/firefox-&firefox-version; &amp;&amp;
    280280
    281 ln -sfv ../lib/firefox-&firefox-version;/firefox /usr/bin &amp;&amp;
     281ln -sfv ../lib/firefox-&firefox-version;/firefox /usr/bin &amp;&amp;-->
     282<screen role="root"><userinput>make -f client.mk install INSTALL_SDK= &amp;&amp;
    282283
    283284mkdir -pv /usr/lib/mozilla/plugins &amp;&amp;
     
    314315      <command>make</command> uses the <filename>client.mk</filename> file to
    315316      get initial configuration and setup parameters.
    316     </para>
    317 
    318     <para>
    319       <command>make -C firefox-build-dir/browser/installer</command>: this
    320       creates a <application>Firefox</application> tarball similar to the ones
    321       you can download from Mozilla.
    322     </para>
    323 
    324     <para>
    325       <command>tar -xfv firefox-build-dir/dist ...</command>: This untars
    326       <application>Firefox</application> in /usr/lib. The
    327       <option>--strip-components=1</option> option removes the leading
    328       'firefox' directory from the filenames, allowing us to untar it
    329       into a versioned directory.
    330317    </para>
    331318
Note: See TracChangeset for help on using the changeset viewer.