Changeset 9a88a3b9
- Timestamp:
- 02/01/2003 04:37:39 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:
- 7319b78
- Parents:
- ff68701
- Location:
- general/genlib
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genlib/gdbm/gdbm-inst.xml
rff68701 r9a88a3b9 12 12 Install the compatibility headers by running the following command:</para> 13 13 14 <para><screen><userinput> 15 make BINOWN=root BINGRP=root install-compat</userinput></screen></para> 14 <para><screen><userinput>make BINOWN=root BINGRP=root install-compat</userinput></screen></para> 16 15 17 16 </sect2> -
general/genlib/guile/guile-inst.xml
rff68701 r9a88a3b9 4 4 <para>Install Guile by running the following commands:</para> 5 5 6 <para><screen><userinput> 7 ./configure --prefix=/usr && 8 make && 9 make install 10 </userinput></screen></para> 6 <para><screen><userinput>./configure --prefix=/usr && 7 make && 8 make install</userinput></screen></para> 11 9 12 10 </sect2> -
general/genlib/gwrap/gwrap-inst.xml
rff68701 r9a88a3b9 4 4 <para>Install G-Wrap by running the following commands:</para> 5 5 6 <para><screen><userinput> 7 ./configure --prefix=/usr && 8 make && 9 make install 10 </userinput></screen></para> 6 <para><screen><userinput>./configure --prefix=/usr && 7 make && 8 make install</userinput></screen></para> 11 9 12 10 </sect2> -
general/genlib/libfam/libfam-inst.xml
rff68701 r9a88a3b9 10 10 11 11 12 <para><screen><userinput> 13 patch -Np1 -i ../dnotify.patch && 12 <para><screen><userinput>patch -Np1 -i ../dnotify.patch && 14 13 patch -Np1 -i ../libfam-gcc3.patch && 15 14 ./configure --prefix=/usr --sysconfdir=/etc && -
general/genlib/openssl/openssl-inst.xml
rff68701 r9a88a3b9 13 13 <userinput>make MANDIR=/usr/share/man &&</userinput> 14 14 <userinput>make MANDIR=/usr/share/man install &&</userinput> 15 <userinput>rmdir /etc/ssl/lib</userinput> 16 </screen> 15 <userinput>rmdir /etc/ssl/lib</userinput></screen> 17 16 </para> 18 17 -
general/genlib/slib/slib-inst.xml
rff68701 r9a88a3b9 4 4 <para>Installation of slib is merely a copy command:</para> 5 5 6 <para><screen><userinput> 7 cp -R slib /usr/share/guile 8 </userinput></screen></para> 6 <para><screen><userinput>cp -R slib /usr/share/guile</userinput></screen></para> 9 7 10 8 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.