Changeset b9139e21
- Timestamp:
- 08/02/2002 07:43:08 PM (21 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, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, v1_0, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- c94bd46
- Parents:
- ed64de8
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
red64de8 rb9139e21 13 13 <listitem><para>August 2nd, 2002 [larry]: Basic Net: added wget-1.8.2, 14 14 procmail-3.22. Removed chmod 755 from OpenSSH. Modified Imlib for 15 consistency.</para></listitem> 15 consistency. Imlib, GTK+, GTK2+ and Pango modified to install 16 configuration files in /etc rather than /usr/etc.</para></listitem> 16 17 17 18 <listitem><para>July 31st, 2002 [larry]: General Libraries: upgraded -
x/lib/gtk/gtk+-inst.xml
red64de8 rb9139e21 4 4 <para>Install GTK+ by running the following commands:</para> 5 5 6 <para><screen><userinput>./configure --prefix=/usr &&6 <para><screen><userinput>./configure --prefix=/usr --sysconfdir=/etc && 7 7 make && 8 8 make install</userinput></screen></para> -
x/lib/gtk/gtk+2-inst.xml
red64de8 rb9139e21 4 4 <para>Install GTK+ by running the following commands:</para> 5 5 6 <para><screen><userinput>./configure --prefix=/usr &&6 <para><screen><userinput>./configure --prefix=/usr --sysconfdir=/etc && 7 7 make && 8 8 make install</userinput></screen></para> -
x/lib/pango/pango-inst.xml
red64de8 rb9139e21 4 4 <para>Install Pango by running the following commands:</para> 5 5 6 <para><screen><userinput>./configure --prefix=/usr &&6 <para><screen><userinput>./configure --prefix=/usr --sysconfdir=/etc && 7 7 make && 8 8 make install</userinput></screen></para>
Note:
See TracChangeset
for help on using the changeset viewer.