Changeset 904004f
- Timestamp:
- 10/15/2003 04:35:04 AM (21 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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, 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, v5_0, v5_1, v5_1-pre1, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- a6b09d5c
- Parents:
- 9dd9c5c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
xsoft/graphweb/mozilla/mozilla-inst.xml
r9dd9c5c r904004f 2 2 <title>Installation of <application>Mozilla</application></title> 3 3 4 <para>Install <application>Mozilla</application> by running the following 5 commands:</para> 6 7 <screen><userinput><command>export MOZILLA_OFFICIAL="1" && 8 export BUILD_OFFICIAL="1" && 9 <!-- 10 export MOZ_INTERNAL_LIBART_LGPL="1" && 11 cd extensions && 12 rm -rf spellcheck && 13 tar -xjf ../../mozilla-&mozilla-version;-spellchecker.tar.bz2 && 14 cd .. && 15 --> 16 for p in ../mozilla-&mozilla-version;-*.patch 17 do patch -Np1 -i $p 18 done</command></userinput></screen> 19 4 <note> 20 5 <para>According to the financial institutions, the following hack makes your 21 6 browser insecure. You have been warned. Many sites use an MS-IE specific tag … … 32 17 Then delete or comment out the line. Now, if anyone tells you MS-IE is user 33 18 friendly, give them this example!</para> 19 </note> 34 20 35 <screen><userinput><command>./configure --prefix=/usr \ 21 <para>Install <application>Mozilla</application> by running the following 22 commands:</para> 23 24 <screen><userinput><command>export MOZILLA_OFFICIAL="1" && 25 export BUILD_OFFICIAL="1" && 26 ./configure --prefix=/usr \ 36 27 --enable-default-mozilla-five-home \ 37 28 --enable-toolkit-gtk2 --enable-default-toolkit=gtk2 \ … … 50 41 cp -Lf dist/private/nss/*.h dist/public/nss/*.h \ 51 42 /usr/include/mozilla-&mozilla-version;/nss && 52 <!--53 install -d /usr/lib/mozilla-&mozilla-version;/openoffice &&54 cp -f dist/lib/libembed_base_s.a dist/lib/liblber50.a \55 dist/lib/libmozreg_s.a /usr/lib/mozilla-&mozilla-version;/openoffice &&56 -->57 43 ln -nsf mozilla-&mozilla-version; /usr/include/mozilla && 58 44 ln -nsf mozilla-&mozilla-version; /usr/lib/mozilla &&
Note:
See TracChangeset
for help on using the changeset viewer.