Changeset b394e5f7
- Timestamp:
- 02/02/2004 02:11:57 AM (20 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 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, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/python-mods, qt5new, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, v5_1, v5_1-pre1, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 167dc1dc
- Parents:
- 3e740645
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
appendices/generic/generic.xml
r3e740645 rb394e5f7 18 18 to <filename>/etc/ld.so.conf</filename> or expand 19 19 <envar>LD_LIBRARY_PATH</envar> to include it. Before using the latter option, 20 check out <ulink url="http://www.visi.com/~barr/ldpath.html"/>.</para></listitem> 20 check out <ulink url="http://www.visi.com/~barr/ldpath.html"/>. If you 21 modify <filename>/etc/ld.so.conf</filename> remember to update 22 <filename>/etc/ld.so.cache</filename> by executing <command>ldconfig</command>.</para></listitem> 21 23 <listitem><para>Add <filename class='directory'>$PREFIX/man</filename> 22 24 to <filename>/etc/man.conf</filename> or expand <envar>MANPATH</envar>.</para></listitem> -
gnome/add/applets/gnome-applets-exp.xml
r3e740645 rb394e5f7 2 2 <title>Command explanations</title> 3 3 4 <para><parameter>--libexecdir=`pkg-config --variable=prefix 5 ORBit-2.0`/sbin</parameter>: This switch puts libexec files in 4 <para><parameter>--libexecdir=$PRE/sbin</parameter>: This switch puts libexec files in 6 5 <filename class="directory">$GNOME_PREFIX/sbin</filename> instead of 7 6 <filename class="directory">$GNOME_PREFIX/libexec</filename>.</para> … … 16 15 <filename class="directory">$GNOME_PREFIX/etc</filename>.</para> 17 16 17 <para><parameter>tooldir=$PRE/lib/gnome-applets</parameter>: This puts the gnome-applet 18 internal files in <filename>$PRE/lib/gnome-applets</filename> instead of 19 <filename>$PRE/sbin/gnome-applets</filename>.</para> 20 18 21 </sect2> 19 22 -
gnome/add/applets/gnome-applets-inst.xml
r3e740645 rb394e5f7 4 4 <para>Install <application><acronym>GNOME</acronym> Applets</application> by running the following commands:</para> 5 5 6 <screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \ 7 --libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin \ 6 <screen><userinput><command>PRE=`pkg-config --variable=prefix ORBit-2.0` && 7 ./configure --prefix=$PRE \ 8 --libexecdir=$PRE/sbin \ 8 9 --localstatedir=/var/lib --sysconfdir=/etc/gnome && 9 make && 10 make install</command></userinput></screen> 10 make tooldir=$PRE/lib/gnome-applets && 11 make tooldir=$PRE/lib/gnome-applets install && 12 unset PRE</command></userinput></screen> 11 13 12 14 </sect2> -
gnome/add/games/gnome-games.ent
r3e740645 rb394e5f7 4 4 <!ENTITY gnome-games-exp SYSTEM "gnome-games-exp.xml"> 5 5 <!ENTITY gnome-games-desc SYSTEM "gnome-games-desc.xml"> 6 <!ENTITY gnome-games-version "2.4. 1.1">6 <!ENTITY gnome-games-version "2.4.2"> 7 7 <!ENTITY gnome-games-download-http "http://ftp.gnome.org/pub/GNOME/sources/gnome-games/2.4/gnome-games-&gnome-games-version;.tar.bz2"> 8 8 <!ENTITY gnome-games-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gnome-games/2.4/gnome-games-&gnome-games-version;.tar.bz2"> -
gnome/gnome-intro.xml
r3e740645 rb394e5f7 9 9 order of the pages are meant to follow the build order defined by the 10 10 GNOME development team as published in the <ulink 11 url="http://www.gnome.org/start/&gnome-version;/notes/rninstallation.html">release notes</ulink>, with two exceptions. If a package is in the release notes build list, but not in this chapter, it has been installed elsewhere in the book.</para> 11 url="http://www.gnome.org/start/&gnome-version;/notes/rninstallation.html">release notes</ulink>, 12 with some additional packages added to satisfy some dependencies.</para> 12 13 13 14 <para>The installation of <application><acronym>GNOME</acronym></application>-&gnome-version; is a large undertaking and one we would -
gnome/lib/lib-config.xml
r3e740645 rb394e5f7 8 8 <para>If you want to try-out <application><acronym>GNOME</acronym></application>:</para> 9 9 <screen><userinput><command>export GNOME_PREFIX=/opt/gnome-&gnome-version;</command></userinput></screen> 10 11 <para>Remember to execute <command>ldconfig</command> after installation of libraries to 12 update the library cache.</para> 10 13 11 14 <para>The try-out group will also need to make all the following -
gnome/lib/orbit/orbit2-inst.xml
r3e740645 rb394e5f7 4 4 <para>Install <application><acronym>ORB</acronym>it2</application> by running the following commands:</para> 5 5 6 <screen><userinput><command>ldconfig && 7 ./configure --prefix=$GNOME_PREFIX && 6 <screen><userinput><command>./configure --prefix=$GNOME_PREFIX && 8 7 make && 9 8 make install</command></userinput></screen> -
introduction/welcome/changelog.xml
r3e740645 rb394e5f7 28 28 29 29 <listitem><para>February 1st, 2004 [tushar]: Updated to 30 libxml2-2.6.5 .</para></listitem>30 libxml2-2.6.5, gnome-games-2.4.2.</para></listitem> 31 31 32 32 <listitem><para>January 31st, 2004 [tushar]: Made a note
Note:
See TracChangeset
for help on using the changeset viewer.