Changeset 0ccfdd3a
- Timestamp:
- 06/14/2014 01:17:16 AM (10 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- ef362a75
- Parents:
- b4f8b750
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
rb4f8b750 r0ccfdd3a 49 49 <itemizedlist> 50 50 <listitem> 51 <para>[fernando] - Modify build instructions for firefox-30.0 and 52 thunderbird-24.6.0. Uncoment 'ac_add_options --enable-system-cairo' 53 in xulrunner/firefox-30.0 and thunderbird-24.6.0. Thanks Armin K. 54 <ulink url="&blfs-ticket-root;5160">#5160</ulink>.</para> 55 </listitem> 56 <listitem> 51 57 <para>[bdubbs] - Add fltk-1.3.2 to support tigervnc.</para> 52 58 </listitem> -
x/lib/xulrunner.xml
rb4f8b750 r0ccfdd3a 178 178 ac_add_options --disable-pulseaudio 179 179 180 # Uncomment this line if you compiled Cairo with --enable-tee switch and want181 # to use it instead ofthe bundled one:182 #ac_add_options --enable-system-cairo180 # Comment this line if you do not have Cairo installed (compiled with 181 # --enable-tee switch) and want to use the bundled one: 182 ac_add_options --enable-system-cairo 183 183 184 184 # If you have not installed Yasm then uncomment this line: -
xsoft/graphweb/firefox.xml
rb4f8b750 r0ccfdd3a 189 189 ac_add_options --disable-pulseaudio 190 190 191 # Uncomment this line if you compiled Cairo with --enable-tee switch and want192 # to use it instead ofthe bundled one:193 #ac_add_options --enable-system-cairo191 # Comment this line if you do not have Cairo installed (compiled with 192 # --enable-tee switch) and want to use the bundled one: 193 ac_add_options --enable-system-cairo 194 194 195 195 # If you have not installed Yasm then uncomment this line: … … 257 257 </para> 258 258 259 <para>259 <!-- <para> 260 260 If you have <emphasis>not</emphasis> linked 261 261 <application>Firefox</application> against an installed … … 264 264 265 265 <screen><userinput>make -C firefox-build-dir/browser/installer</userinput></screen> 266 266 --> 267 267 <para> 268 268 Now, as the <systemitem class="username">root</systemitem> user, if you … … 272 272 </para> 273 273 274 < screen role="root"><userinput>rm -rf /usr/lib/firefox-&firefox-version; &&274 <!--<screen role="root"><userinput>rm -rf /usr/lib/firefox-&firefox-version; && 275 275 mkdir /usr/lib/firefox-&firefox-version; && 276 276 277 277 tar -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 &&278 -C /usr/lib/firefox-&firefox-version; -\-strip-components=1 && 279 279 chown -R -v root:root /usr/lib/firefox-&firefox-version; && 280 280 281 ln -sfv ../lib/firefox-&firefox-version;/firefox /usr/bin && 281 ln -sfv ../lib/firefox-&firefox-version;/firefox /usr/bin &&--> 282 <screen role="root"><userinput>make -f client.mk install INSTALL_SDK= && 282 283 283 284 mkdir -pv /usr/lib/mozilla/plugins && … … 314 315 <command>make</command> uses the <filename>client.mk</filename> file to 315 316 get initial configuration and setup parameters. 316 </para>317 318 <para>319 <command>make -C firefox-build-dir/browser/installer</command>: this320 creates a <application>Firefox</application> tarball similar to the ones321 you can download from Mozilla.322 </para>323 324 <para>325 <command>tar -xfv firefox-build-dir/dist ...</command>: This untars326 <application>Firefox</application> in /usr/lib. The327 <option>--strip-components=1</option> option removes the leading328 'firefox' directory from the filenames, allowing us to untar it329 into a versioned directory.330 317 </para> 331 318 -
xsoft/other/thunderbird.xml
rb4f8b750 r0ccfdd3a 162 162 #ac_add_options --enable-startup-notification 163 163 164 # Uncomment this line if you compiled Cairo with --enable-tee switch and want165 # to use it instead ofthe bundled one:166 #ac_add_options --enable-system-cairo164 # Comment this line if you do not have Cairo installed (compiled with 165 # --enable-tee switch) and want to use the bundled one: 166 ac_add_options --enable-system-cairo 167 167 168 168 # If you have not installed Yasm then uncomment this line: … … 219 219 <note><para> 220 220 If you are compiling <application>Thunderbird</application> in chroot, 221 prepend <envar>SHELL=/bin/bash</envar> to the firstmake command below.221 prepend <envar>SHELL=/bin/bash</envar> to the <!--first -->make command below. 222 222 </para></note> 223 223 224 <screen><userinput>make -f client.mk && 225 make -C thunderbuild/mail/installer </userinput></screen>224 <screen><userinput>make -f client.mk &&<!-- 225 make -C thunderbuild/mail/installer--></userinput></screen> 226 226 227 227 <para> … … 234 234 </para> 235 235 236 < screen role="root"><userinput>mkdir -pv /usr/lib/thunderbird-&thunderbird-version; &&236 <!--<screen role="root"><userinput>mkdir -pv /usr/lib/thunderbird-&thunderbird-version; && 237 237 tar -xvf thunderbuild/mozilla/dist/thunderbird-&thunderbird-version;.en-US.linux-$(uname -m).tar.bz2 \ 238 -C /usr/lib/thunderbird-&thunderbird-version; --strip-components=1 && 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 && 239 ln -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 243 245 <application>Thunderbird</application>. Alternatively, if you want to 244 246 install the full <application>Thunderbird</application> development … … 261 263 </para> 262 264 263 <para>264 <command>make -C thunderbuild/mail/installer</command>: this runs make in265 the <filename class="directory">thunderbuild/mail/installer</filename>266 folder. This gathers together all the parts of267 <application>Thunderbird</application> and compresses them into a tarball.268 </para>269 270 <para>271 <command>tar -xfv thunderbuild/mozilla/dist ...</command>: This untars272 <application>Thunderbird</application>, the <option>-C</option> option273 uncompresses the files in274 <filename class="directory">/usr/lib/thunderbird-&thunderbird-version;</filename>.275 The <option>--strip-components=1</option> option removes the leading276 'thunderbird' directory from the filenames, allowing us to untar it into a277 versioned directory.278 </para>279 265 </sect2> 280 266
Note:
See TracChangeset
for help on using the changeset viewer.