Changeset d984827
- Timestamp:
- 09/12/2002 02:36:00 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:
- a047816
- Parents:
- c0c5fa40
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
basicnet/netprogs/portmap/portmap-exp.xml
rc0c5fa40 rd984827 9 9 host.</para> 10 10 11 <para><userinput> 12 mkdir /usr/share/doc/portmap : 13 </userinput>This directory must be created before installation. 14 </para> 15 11 16 </sect2> 12 17 -
basicnet/netprogs/portmap/portmap-inst.xml
rc0c5fa40 rd984827 6 6 <para><screen><userinput> 7 7 patch -Np1 -i ../portmap_5-1.diff && 8 m dkir /usr/share/doc/portmap &&8 mkdir /usr/share/doc/portmap && 9 9 make && 10 10 make install -
gnome/add/games/gnome-games-exp.xml
rc0c5fa40 rd984827 6 6 instead of <filename>/opt/gnome2/var/scrollkeeper</filename>.</para> 7 7 8 <para><userinput>--sysconfdir=/etc/gnome :</userinput> This command puts 9 configuration files in <filename>/etc/gnome</filename> instead of 10 <filename>/opt/gnome2/etc</filename>.</para> 11 8 12 </sect2> 9 13 -
gnome/add/games/gnome-games-inst.xml
rc0c5fa40 rd984827 4 4 <para>Install gnome-games by running the following commands:</para> 5 5 6 <para><screen><userinput>./configure --prefix=/opt/gnome2 --localstatedir=/var/lib && 6 <para><screen><userinput>./configure --prefix=/opt/gnome2 --localstatedir=/var/lib \ 7 --sysconfdir=/etc/gnome && 7 8 make && 8 9 make install</userinput></screen></para> -
gnome/lib/libglade/libglade-inst.xml
rc0c5fa40 rd984827 4 4 <para>Install libglade by running the following commands:</para> 5 5 6 <para><screen><userinput>./configure --prefix=/ usr&&6 <para><screen><userinput>./configure --prefix=/opt/gnome2 && 7 7 make && 8 8 make install </userinput></screen></para> -
gnome/lib/libglade/libglade-intro.xml
rc0c5fa40 rd984827 17 17 18 18 <para>If you have not installed GTK->K2-version; or if you want 19 libglade-1 in addition to libglade-2, then install libglade-0.17:</para> 19 libglade-1 in addition to libglade-2, then install libglade-0.17 using 20 --prefix=/usr.:</para> 20 21 21 22 <screen>libglade-0.17 depends on: -
index.xml
rc0c5fa40 rd984827 3 3 "/usr/share/docbook/docbookx.dtd" [ 4 4 5 <!ENTITY version "2002091 1">6 <!ENTITY releasedate "September 1 1th, 2002">5 <!ENTITY version "20020912"> 6 <!ENTITY releasedate "September 12th, 2002"> 7 7 8 8 <!ENTITY % book SYSTEM "book/book.ent"> -
introduction/welcome/changelog.xml
rc0c5fa40 rd984827 10 10 11 11 <itemizedlist> 12 13 <listitem><para>Sepetember 12th, 2002 [larry]: Gnome: Another correction 14 on /etc/gnome - gnome-games. Moved the prefix on libglade to /opt/gnome2 15 to get the module path correct in pkgconfig, this may break 16 rep-gtk.</para></listitem> 12 17 13 18 <listitem><para>September 11th, 2002 [larry]: Basicnet: modified
Note:
See TracChangeset
for help on using the changeset viewer.