Changeset 24c5c34
- Timestamp:
- 10/27/2002 11:48:49 PM (22 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, v1_0, v5_0, v5_0-pre1, 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:
- 79cfcdf7
- Parents:
- 3d60760
- Location:
- xsoft
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
xsoft/graphweb/galeon/galeon-exp.xml
r3d60760 r24c5c34 2 2 <title>Command explanations</title> 3 3 4 <para><userinput>--with-mozilla-libs=/usr/lib/mozilla :</userinput>This command directs galeon's configure script to the mozilla libraries.</para>4 <para><userinput>--with-mozilla-libs=/usr/lib/mozilla</userinput> : This command directs galeon's configure script to the mozilla libraries.</para> 5 5 6 <para><userinput>--with-mozilla-includes=/usr/include/mozilla :</userinput> This command sets the location of the mozilla headers.</para> 6 <para><userinput>--with-mozilla-includes=/usr/include/mozilla</userinput> 7 : This command sets the location of the mozilla headers.</para> 7 8 8 <para><userinput>--disable-werror :</userinput>This command is9 <para><userinput>--disable-werror</userinput> : This command is 9 10 required for GCC-&gcc-version; compatibility.</para> 10 11 -
xsoft/graphweb/mozilla/mozilla-exp.xml
r3d60760 r24c5c34 2 2 <title>Command explanations</title> 3 3 4 <para>< userinput>export MOZILLA_OFFICIAL="1" &&4 <para><screen><userinput>export MOZILLA_OFFICIAL="1" && 5 5 export BUILD_OFFICIAL="1" && 6 export MOZ_INTERNAL_LIBART_LGPL="1"</userinput> 6 export MOZ_INTERNAL_LIBART_LGPL="1"</userinput></screen> 7 7 Set some variables that affect what and how it is built. The first two exports 8 8 specify that we are building a distribution. The last export specifies that we 9 9 are ok with the LGPL versioned libart.</para> 10 10 11 <para><userinput>--prefix=&mozilla-prefix;</userinput> : Previously mozilla did11 <para><userinput>--prefix=&mozilla-prefix;</userinput> : Previously mozilla did 12 12 not support the make install option. Hence the package was installed in /opt. 13 13 The package now supports "make install" and follows the FHS guidelines for … … 19 19 Use the system versions for these packages.</para> 20 20 21 <para><userinput>--enable-xft</userinput> : Enable the Xft21 <para><userinput>--enable-xft</userinput> : Enable the Xft 22 22 support.</para> 23 23 24 <para><userinput>--enable-crypto</userinput> : Enable the Personal24 <para><userinput>--enable-crypto</userinput> : Enable the Personal 25 25 Security Manager to enable SSL connections.</para> 26 26 … … 35 35 in the mozilla configure script help.</para> 36 36 37 <para><userinput>--enable-extensions=...</userinput> : Enables37 <para><userinput>--enable-extensions=...</userinput> : Enables 38 38 extensions. If you want, you can disable all extensions other than the 39 39 browser by changing this switch to 40 40 <userinput>--enable-extensions="default,-venkman,-inspector,-irc"</userinput>.</para> 41 41 42 <para><userinput>--enable-svg</userinput> : Enable SVG (Scalable Vector42 <para><userinput>--enable-svg</userinput> : Enable SVG (Scalable Vector 43 43 Graphics) support.</para> 44 44 … … 48 48 Copy the nss headers that are not copied by make install.</para> 49 49 50 <para><userinput>install -d &mozilla-prefix;/lib/mozilla-&mozilla-version;/openoffice</userinput> :50 <para><userinput>install -d &mozilla-prefix;/lib/mozilla-&mozilla-version;/openoffice</userinput> : 51 51 Make a directory to store static libraries that openoffice needs during compilation. 52 52 These libraries are not installed by default.</para> 53 53 54 <para><userinput>ln -nsf mozilla-&mozilla-version; ...</userinput> :54 <para><userinput>ln -nsf mozilla-&mozilla-version; ...</userinput> : 55 55 Mozilla installs headers and libraries in version specific directories. This 56 56 link makes symbolic links so that applications that depend on Mozilla (such as … … 59 59 </para> 60 60 61 <para><userinput>ln -sf mozilla &mozilla-prefix;/bin/netscape</userinput> : Since61 <para><userinput>ln -sf mozilla &mozilla-prefix;/bin/netscape</userinput> : Since 62 62 many applications expect the browser to be named netscape, make a symbolic 63 63 link for convenience.</para> -
xsoft/graphweb/mozilla/mozilla-inst.xml
r3d60760 r24c5c34 52 52 have the described effect on the mozilla compile.</para> 53 53 54 <para><userinput>--disable-mailnews</userinput> : Disable the mail and news54 <para><userinput>--disable-mailnews</userinput> : Disable the mail and news 55 55 clients.</para> 56 56 57 <para><userinput>--disable-ldap</userinput> : Disable LDAP Support,57 <para><userinput>--disable-ldap</userinput> : Disable LDAP Support, 58 58 recommended if mail is disabled.</para> 59 59 60 <para><userinput>--enable-calendar</userinput> : Build the calendar client.60 <para><userinput>--enable-calendar</userinput> : Build the calendar client. 61 61 You will need to download the calendar source via cvs since it is not included 62 62 with the release source. 63 63 (Warning, this option is not yet stable).</para> 64 64 65 <para><userinput>--enable-xterm-updates</userinput> : This option is65 <para><userinput>--enable-xterm-updates</userinput> : This option is 66 66 for enabling the xterm title with the current command when compiling.</para> 67 67 68 <para><userinput>--enable-plaintext-editor-only</userinput> : Disable support68 <para><userinput>--enable-plaintext-editor-only</userinput> : Disable support 69 69 for HTML editing.</para> 70 70 71 <para><userinput>--enable-default-toolkit=gtk2</userinput> : In theory71 <para><userinput>--enable-default-toolkit=gtk2</userinput> : In theory 72 72 mozilla now supports both gtk 1.2 and gtk 2.0. To enable gtk2 support, use 73 73 this option. People have however had problems getting a usable gtk2 -
xsoft/office/abiword/abiword-exp.xml
r3d60760 r24c5c34 2 2 <title>Command explanations</title> 3 3 4 <para><userinput>--enable-gnome :</userinput>This command can be added4 <para><userinput>--enable-gnome</userinput> : This command can be added 5 5 to the configure command for AbiWord to utilize GNOME libraries listed 6 6 in the introduction.</para> -
xsoft/suites/openoffice/openoffice-exp.xml
r3d60760 r24c5c34 3 3 4 4 <para> 5 <userinput>mv ../gpc231/gpc.* external/gpc :</userinput>Copy the gpc files to the appropriate location.</para>5 <userinput>mv ../gpc231/gpc.* external/gpc</userinput> : Copy the gpc files to the appropriate location.</para> 6 6 7 <para><userinput>autoconf :</userinput>Recreate configure since we have patched configure.in</para>7 <para><userinput>autoconf</userinput> : Recreate configure since we have patched configure.in</para> 8 8 9 <para><userinput>--with-lang=ENUS :</userinput>Compile for US English, you may set more languages or all to compile all available languages.</para>9 <para><userinput>--with-lang=ENUS</userinput> : Compile for US English, you may set more languages or all to compile all available languages.</para> 10 10 11 <para><userinput>mkdir -p solver... chmod +x solenv/bin/zipdep.pl :</userinput>Workarounds to fix the build process.</para>11 <para><userinput>mkdir -p solver... chmod +x solenv/bin/zipdep.pl</userinput> : Workarounds to fix the build process.</para> 12 12 13 <para><userinput>./bootstrap :</userinput>Create packages required to bootstrap the build.</para>13 <para><userinput>./bootstrap</userinput> : Create packages required to bootstrap the build.</para> 14 14 15 <para><userinput>dmake :</userinput>Compile the package.</para>15 <para><userinput>dmake</userinput> : Compile the package.</para> 16 16 17 17 <para><userinput>for appl in swriter scalc sdraw simpress smath soffice; 18 do ... :</userinput>Create links so that the package can be started from the command line without changes to the existing path.</para>18 do ...</userinput> : Create links so that the package can be started from the command line without changes to the existing path.</para> 19 19 20 20 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.