Changeset a75063d4
- Timestamp:
- 09/27/2003 06:46:10 PM (21 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, 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:
- 0f47226
- Parents:
- 009b52f5
- Files:
-
- 70 edited
Legend:
- Unmodified
- Added
- Removed
-
basicnet/mailnews/mutt/mutt-config.xml
r009b52f5 ra75063d4 15 15 16 16 <para>In order to utilize <application>GnuPG</application>, use the following 17 command: 17 command:</para> 18 18 <screen><userinput><command>cat /usr/share/doc/mutt/samples/gpg.rc >> 19 ~/.muttrc</command></userinput></screen> </para>19 ~/.muttrc</command></userinput></screen> 20 20 </sect3> 21 21 -
basicnet/mailnews/mutt/mutt-inst.xml
r009b52f5 ra75063d4 3 3 4 4 <para><application>Mutt</application> requires a group named 'mail'. You can 5 add this group, if it does not exist, with this command: 6 <screen><userinput><command>groupadd mail</command></userinput></screen> </para>5 add this group, if it does not exist, with this command:</para> 6 <screen><userinput><command>groupadd mail</command></userinput></screen> 7 7 8 8 <para>If you did not install a <acronym>MTA</acronym>, such as <xref 9 9 linkend="postfix"/> or <xref linkend="sendmail"/>, you need to modify the 10 ownership of <filename>/var/mail</filename> with this command: 11 <screen><userinput><command>chgrp mail /var/mail</command></userinput></screen> </para>10 ownership of <filename>/var/mail</filename> with this command:</para> 11 <screen><userinput><command>chgrp mail /var/mail</command></userinput></screen> 12 12 13 13 <para>Install <application>Mutt</application> by running the following commands:</para> -
basicnet/mailnews/slrn/slrn-config.xml
r009b52f5 ra75063d4 15 15 command:</para> 16 16 17 < para><screen><userinput><command>slrn -f $HOME/.jnewsrc --create</command></userinput></screen></para>17 <screen><userinput><command>slrn -f $HOME/.jnewsrc --create</command></userinput></screen> 18 18 19 19 </sect3> -
basicnet/mailnews/slrn/slrn-inst.xml
r009b52f5 ra75063d4 4 4 <para>Install <application>slrn</application> by running the following commands:</para> 5 5 6 < para><screen><userinput><command>./configure --prefix=/usr --with-slrnpull &&6 <screen><userinput><command>./configure --prefix=/usr --with-slrnpull && 7 7 make LDFLAGS="-ldl" && 8 make install</command></userinput></screen> </para>8 make install</command></userinput></screen> 9 9 10 10 </sect2> -
basicnet/netutils/nmap/nmap-inst.xml
r009b52f5 ra75063d4 4 4 <para>Install <application>Nmap</application> by running the following commands:</para> 5 5 6 < para><screen><userinput><command>./configure --prefix=/usr &&6 <screen><userinput><command>./configure --prefix=/usr && 7 7 make && 8 make install</command></userinput></screen> </para>8 make install</command></userinput></screen> 9 9 10 10 </sect2> -
basicnet/netutils/whois/whois-inst.xml
r009b52f5 ra75063d4 4 4 <para>Install <application>Whois</application> by running the following commands:</para> 5 5 6 < para><screen><userinput><command>make &&7 make prefix=/usr install</command></userinput></screen> </para>6 <screen><userinput><command>make && 7 make prefix=/usr install</command></userinput></screen> 8 8 9 9 </sect2> -
connect/dialup/wvdial/wvdial-config.xml
r009b52f5 ra75063d4 1 1 <sect2> 2 <title>Configuring WvDial</title>2 <title>Configuring <application>WvDial</application></title> 3 3 4 4 <sect3><title>Config files</title> … … 8 8 <sect3><title>Configuration Information</title> 9 9 10 < para><screen><userinput><command>touch /etc/wvdial.conf &&10 <screen><userinput><command>touch /etc/wvdial.conf && 11 11 wvdialconf /etc/wvdial.conf</command></userinput></screen> 12 < command>wvdialconf</command> will test that you have a working modem12 <para><command>wvdialconf</command> will test that you have a working modem 13 13 and try to determine it's exact setup. You will then need to enter your 14 14 <acronym>ISP</acronym>'s phone number, login name and password into the 15 15 <filename>/etc/wvdial.conf</filename> file.</para> 16 16 17 <para>You then start wvdial with: 18 <screen><userinput><command>wvdial</command></userinput></screen> </para>17 <para>You then start wvdial with:</para> 18 <screen><userinput><command>wvdial</command></userinput></screen> 19 19 20 20 <para>For more information examine the wvdialconf, wvdial.conf and wvdial man pages.</para> -
connect/other/pppoe/pppoe-config.xml
r009b52f5 ra75063d4 73 73 chmod 755 /etc/rc.d/init.d/adsl</command></userinput></screen> 74 74 75 <para>Now create the necessary symlinks: 75 <para>Now create the necessary symlinks:</para> 76 76 <screen><userinput><command>ln -sf ../init.d/adsl /etc/rc.d/rc0.d/K49adsl && 77 77 ln -sf ../init.d/adsl /etc/rc.d/rc1.d/K49adsl && … … 80 80 ln -sf ../init.d/adsl /etc/rc.d/rc4.d/S24adsl && 81 81 ln -sf ../init.d/adsl /etc/rc.d/rc5.d/S24adsl && 82 ln -sf ../init.d/adsl /etc/rc.d/rc6.d/K49adsl</command></userinput></screen> </para>82 ln -sf ../init.d/adsl /etc/rc.d/rc6.d/K49adsl</command></userinput></screen> 83 83 84 84 </sect3> -
content/web/proftpd/proftpd-config.xml
r009b52f5 ra75063d4 10 10 for example configurations.</para> 11 11 12 < para><screen><userinput><command>cat > /etc/proftpd.conf << "EOF"</command>12 <screen><userinput><command>cat > /etc/proftpd.conf << "EOF"</command> 13 13 # This is a basic ProFTPD configuration file 14 14 # It establishes a single server and a single anonymous login. … … 61 61 </Limit> 62 62 </Anonymous> 63 <command>EOF</command></userinput></screen></ para></sect3>63 <command>EOF</command></userinput></screen></sect3> 64 64 65 65 66 66 <sect3><title>proftpd init.d script</title> 67 67 68 < para><screen><userinput><command>cat > /etc/rc.d/init.d/proftpd << "EOF"</command>68 <screen><userinput><command>cat > /etc/rc.d/init.d/proftpd << "EOF"</command> 69 69 #!/bin/sh 70 70 # Begin $rc_base/init.d/proftpd … … 110 110 # End $rc_base/init.d/proftpd 111 111 <command>EOF 112 chmod 755 /etc/rc.d/init.d/proftpd</command></userinput></screen> </para>112 chmod 755 /etc/rc.d/init.d/proftpd</command></userinput></screen> 113 113 114 114 <para>Create the symbolic links to this file in the relevant <filename 115 class="directory">rc.d</filename> directories with the following commands: 115 class="directory">rc.d</filename> directories with the following 116 commands:</para> 116 117 <screen><userinput><command>cd /etc/rc.d/init.d && 117 118 ln -sf ../init.d/proftpd ../rc0.d/K50proftpd && … … 121 122 ln -sf ../init.d/proftpd ../rc4.d/S50proftpd && 122 123 ln -sf ../init.d/proftpd ../rc5.d/S50proftpd && 123 ln -sf ../init.d/proftpd ../rc6.d/K50proftpd</command></userinput></screen> </para>124 ln -sf ../init.d/proftpd ../rc6.d/K50proftpd</command></userinput></screen> 124 125 125 126 </sect3> -
content/web/proftpd/proftpd-inst.xml
r009b52f5 ra75063d4 5 5 as an unpriviledged user and group is encouraged.</para> 6 6 7 < para><screen><userinput><command>groupadd proftpd &&7 <screen><userinput><command>groupadd proftpd && 8 8 useradd -c proftd -d /home/ftp -g proftpd -s /bin/false proftpd</command> 9 </userinput></screen> </para>9 </userinput></screen> 10 10 11 <para>Install ProFTPDby running the following commands:</para>11 <para>Install <application>ProFTPD</application> by running the following commands:</para> 12 12 13 < para><screen><userinput><command>install_user=proftpd install_group=proftpd \13 <screen><userinput><command>install_user=proftpd install_group=proftpd \ 14 14 ./configure --prefix=/usr --sysconfdir=/etc \ 15 15 --localstatedir=/var && 16 16 make && 17 make install </command></userinput></screen> </para>17 make install </command></userinput></screen> 18 18 19 19 </sect2> -
general/genlib/expat/expat-inst.xml
r009b52f5 ra75063d4 2 2 <title>Installation of <application>expat</application></title> 3 3 4 <para>The <filename>expat.h</filename> declares XML_Status after its first use. This is corrected by the following patch: 4 <para>The <filename>expat.h</filename> declares XML_Status after its 5 first use. This is corrected by the following patch:</para> 5 6 6 <screen><userinput><command>patch -Np1 -i ../expat-1.95.6.patch</command></userinput></screen> </para>7 <screen><userinput><command>patch -Np1 -i ../expat-1.95.6.patch</command></userinput></screen> 7 8 8 9 <para>Install <application>expat</application> by running the following commands:</para> 9 10 10 < para><screen><userinput><command>./configure --prefix=/usr &&11 <screen><userinput><command>./configure --prefix=/usr && 11 12 make && 12 make install</command></userinput></screen> </para>13 make install</command></userinput></screen> 13 14 14 15 </sect2> -
general/genlib/glib/glib-inst.xml
r009b52f5 ra75063d4 4 4 <para>Install <application>glib</application> by running the following commands:</para> 5 5 6 < para><screen><userinput><command>./configure --prefix=/usr &&6 <screen><userinput><command>./configure --prefix=/usr && 7 7 make && 8 make install</command></userinput></screen> </para>8 make install</command></userinput></screen> 9 9 10 10 </sect2> -
general/genlib/popt/popt-inst.xml
r009b52f5 ra75063d4 4 4 <para>Install <application>popt</application> by running the following commands:</para> 5 5 6 < para><screen><userinput><command>./configure --prefix=/usr &&6 <screen><userinput><command>./configure --prefix=/usr && 7 7 make && 8 make install</command></userinput></screen> </para>8 make install</command></userinput></screen> 9 9 10 10 </sect2> -
general/genlib/slang/slang-inst.xml
r009b52f5 ra75063d4 4 4 <para>Install <application>slang</application> by running the following commands:</para> 5 5 6 < para><screen><userinput><command>./configure --prefix=/usr &&6 <screen><userinput><command>./configure --prefix=/usr && 7 7 make && 8 8 make install && … … 10 10 make install-elf && 11 11 make install-links && 12 chmod 755 /usr/lib/libslang.so.&slang-version;</command></userinput></screen> </para>12 chmod 755 /usr/lib/libslang.so.&slang-version;</command></userinput></screen> 13 13 14 14 </sect2> -
general/graphlib/libjpeg/libjpeg-inst.xml
r009b52f5 ra75063d4 4 4 <para>Install <application>libjpeg</application> by running the following commands:</para> 5 5 6 < para><screen><userinput><command>./configure --enable-static --enable-shared --prefix=/usr &&6 <screen><userinput><command>./configure --enable-static --enable-shared --prefix=/usr && 7 7 make && 8 make install</command></userinput></screen> </para>8 make install</command></userinput></screen> 9 9 10 10 </sect2> -
general/graphlib/libtiff/libtiff-inst.xml
r009b52f5 ra75063d4 4 4 <para>Install <application>libtiff</application> by running the following commands:</para> 5 5 6 < para><screen><userinput><command>./configure --prefix=/usr --noninteractive \6 <screen><userinput><command>./configure --prefix=/usr --noninteractive \ 7 7 --with-DIR_MAN=/usr/share/man && 8 8 make && 9 make install</command></userinput></screen> </para>9 make install</command></userinput></screen> 10 10 11 11 </sect2> -
general/prog/perl/perl-modules-inst.xml
r009b52f5 ra75063d4 12 12 broken at the present time.</para> 13 13 14 <para>Gtk-Perl-&Gtk-Perl-version;: 14 <para>Gtk-Perl-&Gtk-Perl-version;:</para> 15 15 <screen><userinput><command>perl Makefile.PL --without-guessing && 16 16 make … … 20 20 sed '/^OBJECT/s/build/./g' Gtk/Makefile.bak > Gtk/Makefile && 21 21 make && 22 make install</command></userinput></screen> </para>22 make install</command></userinput></screen> 23 23 24 24 -
general/prog/python/python-inst.xml
r009b52f5 ra75063d4 4 4 <para>Install <application>Python</application> by running the following commands:</para> 5 5 6 < para><screen><userinput><command>./configure --prefix=/usr --enable-shared &&6 <screen><userinput><command>./configure --prefix=/usr --enable-shared && 7 7 make && 8 make install </command></userinput></screen> </para>8 make install </command></userinput></screen> 9 9 10 10 </sect2> -
general/sysutils/gpm/gpm-config.xml
r009b52f5 ra75063d4 62 62 63 63 <para>You then need to create symbolic links to this file in the 64 relevant <filename>rc.d</filename> directories. For example: 64 relevant <filename>rc.d</filename> directories. For example:</para> 65 65 <screen><userinput><command>cd /etc/rc.d/init.d && 66 66 ln -sf ../init.d/gpm ../rc0.d/K10gpm && … … 70 70 ln -sf ../init.d/gpm ../rc4.d/S70gpm && 71 71 ln -sf ../init.d/gpm ../rc5.d/S70gpm && 72 ln -sf ../init.d/gpm ../rc6.d/K10gpm</command></userinput></screen></para></sect3> 72 ln -sf ../init.d/gpm ../rc6.d/K10gpm</command></userinput></screen> 73 </sect3> 73 74 74 75 <sect3><title>Config files</title> … … 79 80 <screen><userinput><command>cat > /etc/sysconfig/mouse << "EOF"</command> 80 81 # start /etc/sysconfig/mouse 81 MDEVICE= yourdevice82 PROTOCOL= yourprotocol82 MDEVICE=<replaceable>[yourdevice]</replaceable> 83 PROTOCOL=<replaceable>[yourprotocol]</replaceable> 83 84 # end /etc/sysconfig/mouse 84 85 <command>EOF</command></userinput></screen> -
general/sysutils/pkgconfig/pkgconfig-config.xml
r009b52f5 ra75063d4 2 2 <title>Configuring <application>pkgconfig</application></title> 3 3 4 <para>Add to your system or personal profile: 5 <screen><userinput><command>export PKG_CONFIG_PATH=/usr/X11R6/lib/pkgconfig</command></userinput></screen> </para>4 <para>Add to your system or personal profile:</para> 5 <screen><userinput><command>export PKG_CONFIG_PATH=/usr/X11R6/lib/pkgconfig</command></userinput></screen> 6 6 7 7 <para>The default settings for <envar>PKG_CONFIG_PATH</envar> are -
general/sysutils/pkgconfig/pkgconfig-inst.xml
r009b52f5 ra75063d4 4 4 <para>Install <application>pkgconfig</application> by running the following commands:</para> 5 5 6 < para><screen><userinput><command>./configure --prefix=/usr &&6 <screen><userinput><command>./configure --prefix=/usr && 7 7 make && 8 make install</command></userinput></screen> </para>8 make install</command></userinput></screen> 9 9 10 10 </sect2> -
gnome/gnome-intro.xml
r009b52f5 ra75063d4 25 25 26 26 <para>If you choose the second option, removal of GNOME-2.2 is as easy 27 as removing the edits from the pre-installation page and issueing the following command: 28 <screen><userinput><command>rm /opt/gnome-&gnome-version; -r </command></userinput></screen></para> 27 as removing the edits from the pre-installation page and issueing the 28 following command:</para> 29 <screen><userinput><command>rm /opt/gnome-&gnome-version; -r </command></userinput></screen> 29 30 30 31 <para>If your system was completely built per <acronym>LFS</acronym> and -
gnome/lib/bonobo/bonobo-activation-inst.xml
r009b52f5 ra75063d4 4 4 <para>Install <application>bonobo-activation</application> by running the following commands:</para> 5 5 6 < para><screen><userinput><command>./configure --prefix=$GNOME_PREFIX --libexecdir=$GNOME_PREFIX/sbin \6 <screen><userinput><command>./configure --prefix=$GNOME_PREFIX --libexecdir=$GNOME_PREFIX/sbin \ 7 7 --sysconfdir=/etc/gnome --disable-gtk-doc && 8 8 make && 9 make install</command></userinput></screen> </para>9 make install</command></userinput></screen> 10 10 11 11 </sect2> -
gnome/lib/intltool/intltool-inst.xml
r009b52f5 ra75063d4 4 4 <para>Install <application>intltool</application> by running the following commands:</para> 5 5 6 < para><screen><userinput><command>./configure --prefix=/usr --mandir=/usr/share/man &&6 <screen><userinput><command>./configure --prefix=/usr --mandir=/usr/share/man && 7 7 make && 8 make install</command></userinput></screen> </para>8 make install</command></userinput></screen> 9 9 10 10 </sect2> -
gnome/lib/lib-config.xml
r009b52f5 ra75063d4 4 4 5 5 <para>Set an Environment variable to resolve the prefix destination.</para> 6 <para>If GNOME is your desktop of choice: 6 <para>If GNOME is your desktop of choice:</para> 7 7 <screen><userinput><command>export GNOME_PREFIX=/usr</command></userinput></screen> 8 If you want to try-out GNOME: 9 <screen><userinput><command>export GNOME_PREFIX=/opt/gnome-&gnome-version;</command></userinput></screen> </para>8 <para>If you want to try-out GNOME:</para> 9 <screen><userinput><command>export GNOME_PREFIX=/opt/gnome-&gnome-version;</command></userinput></screen> 10 10 11 11 <para>The try-out group will also need to make all the following -
gnome/lib/libidl/libidl-inst.xml
r009b52f5 ra75063d4 4 4 <para>Install <application>libIDL</application> by running the following commands:</para> 5 5 6 < para><screen><userinput><command>./configure --prefix=$GNOME_PREFIX &&6 <screen><userinput><command>./configure --prefix=$GNOME_PREFIX && 7 7 make && 8 make install</command></userinput></screen> </para>8 make install</command></userinput></screen> 9 9 10 10 </sect2> -
gnome/lib/linc/linc-inst.xml
r009b52f5 ra75063d4 4 4 <para>Install <application>linc</application> by running the following commands:</para> 5 5 6 < para><screen><userinput><command>./configure --prefix=$GNOME_PREFIX --with-openssl --disable-gtk-doc &&6 <screen><userinput><command>./configure --prefix=$GNOME_PREFIX --with-openssl --disable-gtk-doc && 7 7 make && 8 make install</command></userinput></screen> </para>8 make install</command></userinput></screen> 9 9 10 10 </sect2> -
gnome/other/gdm/gdm-config.xml
r009b52f5 ra75063d4 17 17 password required pam_unix.so 18 18 session required pam_unix.so 19 <command>EOF </command></userinput></screen>20 <screen><userinput><command>cat > /etc/pam.d/gdm-autologin << "EOF"</command>19 <command>EOF 20 cat > /etc/pam.d/gdm-autologin << "EOF"</command> 21 21 auth required pam_env.so 22 22 auth required pam_nologin.so … … 30 30 31 31 <para>To automate the running of <command>gdm</command>, use the following command to 32 create the init.d script if your GNOME_PREFIX=/opt/gnome-&gnome-version;. The fully qualified paths can be removed for GNOME_PREFIX=/usr: 32 create the init.d script if your 33 GNOME_PREFIX=/opt/gnome-&gnome-version;. The fully qualified paths can 34 be removed for GNOME_PREFIX=/usr:</para> 33 35 <screen><userinput><command>cat > /etc/rc.d/init.d/gdm << "EOF"</command> 34 36 #!/bin/bash … … 72 74 # End $rc_base/init.d/gdm 73 75 <command>EOF 74 chmod 755 /etc/rc.d/init.d/gdm</command></userinput></screen> </para>76 chmod 755 /etc/rc.d/init.d/gdm</command></userinput></screen> 75 77 76 78 <para>Create the symbolic links to this file in the relevant 77 79 <filename>rc.d</filename> 78 directory with the following commands: 80 directory with the following commands:</para> 79 81 <screen><userinput><command>cd /etc/rc.d/init.d && 80 82 ln -sf ../init.d/gdm ../rc0.d/K05gdm && … … 84 86 ln -sf ../init.d/gdm ../rc4.d/K05gdm && 85 87 ln -sf ../init.d/gdm ../rc5.d/S95gdm && 86 ln -sf ../init.d/gdm ../rc6.d/K05gdm</command></userinput></screen> </para>88 ln -sf ../init.d/gdm ../rc6.d/K05gdm</command></userinput></screen> 87 89 88 90 <para>To autostart with a graphical login, edit 89 <filename>/etc/inittab</filename> so that the line reading 91 <filename>/etc/inittab</filename> so that the line reading</para> 90 92 <screen>id:3:initdefault:</screen> 91 is changed to 92 <screen>id:5:initdefault:</screen> </para>93 <para>is changed to</para> 94 <screen>id:5:initdefault:</screen> 93 95 94 96 </sect3> -
gnome/otherlibs/gnome-print/gnome-print-inst.xml
r009b52f5 ra75063d4 5 5 interpret that <application>libxml</application>-&libxml-version; is 6 6 newer than <application>libxml</application>-1.8.8. This can be solved 7 by building <filename>xmlConf.sh</filename> with this command: 7 by building <filename>xmlConf.sh</filename> with this command:</para> 8 8 <screen><userinput><command>cat > /opt/gnome/lib/xmlConf.sh << EOF</command> 9 9 XML_LIBDIR="-L/usr/lib" … … 11 11 XML_INCLUDEDIR="-I/usr/include/gnome-xml" 12 12 MODULE_VERSION=xml-&libxml-version; 13 <command>EOF</command></userinput></screen> </para>13 <command>EOF</command></userinput></screen> 14 14 15 15 <para>Install <application>gnome-print</application> by running the following -
kde/core/arts.xml
r009b52f5 ra75063d4 35 35 36 36 <para>Before starting the build, ensure you have the 37 <envar>QTDIR</envar> environment variable set: 38 <screen><userinput><command>export QTDIR=/opt/qt</command></userinput></screen> </para>37 <envar>QTDIR</envar> environment variable set:</para> 38 <screen><userinput><command>export QTDIR=/opt/qt</command></userinput></screen> 39 39 40 40 <para>Install <application>aRts</application> by running the … … 83 83 should appear in <filename>/etc/ld.so.conf</filename> 84 84 so that ldd can find the shared libraries. The following command will add it 85 if it is missing: 85 if it is missing:</para> 86 86 87 87 <screen><userinput><command>cat >> /etc/ld.so.conf << "EOF" … … 92 92 # End kde addition 93 93 EOF 94 ldconfig</command></userinput></screen> </para>94 ldconfig</command></userinput></screen> 95 95 96 96 </sect3> -
kde/core/config.xml
r009b52f5 ra75063d4 5 5 <para> 6 6 First add <filename class="directory">/opt/kde/bin</filename> to 7 your <envar>PATH</envar> environment variable: 7 your <envar>PATH</envar> environment variable:</para> 8 8 <screen><userinput><command>export PATH=$PATH:/opt/kde/bin</command></userinput></screen> 9 </para> 9 10 10 11 11 <para> 12 Then create an <filename>.xinitrc</filename> file to start <acronym>KDE</acronym>: 12 Then create an <filename>.xinitrc</filename> file to start 13 <acronym>KDE</acronym>:</para> 13 14 <screen><userinput><command>echo "exec startkde" > ~/.xinitrc</command></userinput></screen> 14 and ensure all libraries can be found with: 15 <para>and ensure all libraries can be found with:</para> 15 16 <screen><userinput><command>ldconfig</command></userinput></screen> 16 </para>17 17 18 <para>At this point you can bring up <acronym>KDE</acronym> with: 19 <screen><userinput><command>startx</command></userinput></screen> </para>18 <para>At this point you can bring up <acronym>KDE</acronym> with:</para> 19 <screen><userinput><command>startx</command></userinput></screen> 20 20 21 21 </sect1> -
kde/inst/kde-addons.xml
r009b52f5 ra75063d4 29 29 <title>Installation of <application>kdeaddons</application></title> 30 30 31 <para>Install <application>kdeaddons</application> with: 31 <para>Install <application>kdeaddons</application> with:</para> 32 32 <screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \ 33 33 --disable-dependency-tracking && 34 34 make && 35 make install</command></userinput></screen> </para>35 make install</command></userinput></screen> 36 36 37 37 </sect2> -
kde/inst/kde-admin.xml
r009b52f5 ra75063d4 29 29 <title>Installation of <application>kdeadmin</application></title> 30 30 31 <para>Install <application>kdeadmin</application> with: 31 <para>Install <application>kdeadmin</application> with:</para> 32 32 <screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \ 33 33 --disable-dependency-tracking --with-shadow && 34 34 make && 35 make install</command></userinput></screen> </para>35 make install</command></userinput></screen> 36 36 37 37 </sect2> -
kde/inst/kde-artwork.xml
r009b52f5 ra75063d4 30 30 <title>Installation of <application>kdeartwork</application></title> 31 31 32 <para>Install <application>kdeartwork</application> with: 32 <para>Install <application>kdeartwork</application> with:</para> 33 33 <screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \ 34 34 --disable-dependency-tracking && 35 35 make && 36 make install</command></userinput></screen> </para>36 make install</command></userinput></screen> 37 37 38 38 </sect2> -
kde/inst/kde-base.xml
r009b52f5 ra75063d4 34 34 35 35 <para>Check to see if <filename class="libraryfile">/lib/libmisc.la</filename> 36 exists. If not, run: 36 exists. If not, run:</para> 37 37 <screen><userinput><command>ln -sf /usr/lib/libmisc.la /lib/libmisc.la</command> 38 </userinput></screen> </para>38 </userinput></screen> 39 39 40 <para>Install kdebase with: 40 <para>Install kdebase with:</para> 41 41 <screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \ 42 42 --disable-dependency-tracking --disable-lametest --with-shadow && 43 43 make && 44 make install</command></userinput></screen> </para>44 make install</command></userinput></screen> 45 45 46 46 </sect2> -
kde/inst/kde-bindings.xml
r009b52f5 ra75063d4 1 1 <sect1 id="kde-bindings" xreflabel="kde-bindings-&kde-version;"> 2 2 <title>Installing kde-bindings</title> 3 < para><screen>Estimated build disk space: ??? MB3 <screen>Estimated build disk space: ??? MB 4 4 Estimated installed space: ?? MB 5 5 Package size: &kde-bindings-size; 6 Estimated build time: ?? min</screen> </para>6 Estimated build time: ?? min</screen> 7 7 8 8 <para>NOT YET DONE</para> -
kde/inst/kde-edu.xml
r009b52f5 ra75063d4 26 26 <title>Installation of <application>kdeedu</application></title> 27 27 28 <para>Install <application>kdeedu</application> with: 28 <para>Install <application>kdeedu</application> with:</para> 29 29 <screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \ 30 30 --disable-dependency-tracking && 31 31 make && 32 make install</command></userinput></screen> </para>32 make install</command></userinput></screen> 33 33 34 34 </sect2> -
kde/inst/kde-games.xml
r009b52f5 ra75063d4 28 28 <title>Installation of <application>kdegames</application></title> 29 29 30 <para>Install <application>kdegames</application> with: 30 <para>Install <application>kdegames</application> with:</para> 31 31 <screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \ 32 32 --disable-dependency-tracking && 33 33 make && 34 make install</command></userinput></screen> </para>34 make install</command></userinput></screen> 35 35 36 36 </sect2> -
kde/inst/kde-graphics.xml
r009b52f5 ra75063d4 28 28 <title>Installation of <application>kdegraphics</application></title> 29 29 30 <para>Install <application>kdegraphics</application> with: 30 <para>Install <application>kdegraphics</application> with:</para> 31 31 <screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \ 32 32 --disable-dependency-tracking && 33 33 make && 34 make install</command></userinput></screen> </para>34 make install</command></userinput></screen> 35 35 36 36 </sect2> -
kde/inst/kde-libs.xml
r009b52f5 ra75063d4 43 43 --> 44 44 45 <para>Install <application>kdelibs</application> with: 45 <para>Install <application>kdelibs</application> with:</para> 46 46 <screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \ 47 47 --disable-dependency-tracking --with-alsa --enable-fast-malloc=full && 48 48 make && 49 make install</command></userinput></screen> </para>49 make install</command></userinput></screen> 50 50 51 51 </sect2> -
kde/inst/kde-multimedia.xml
r009b52f5 ra75063d4 26 26 <title>Installation of <application>kdemultimedia</application></title> 27 27 28 <para>Install <application>kdemultimedia</application> with: 28 <para>Install <application>kdemultimedia</application> with:</para> 29 29 <screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \ 30 30 --disable-dependency-tracking --with-arts-alsa && 31 31 make && 32 make install</command></userinput></screen> </para>32 make install</command></userinput></screen> 33 33 34 34 </sect2> -
kde/inst/kde-network.xml
r009b52f5 ra75063d4 26 26 <title>Installation of <application>kdenetwork</application></title> 27 27 28 <para>Install <application>kdenetwork</application> with: 28 <para>Install <application>kdenetwork</application> with:</para> 29 29 <screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \ 30 30 --disable-dependency-tracking && 31 31 make && 32 make install</command></userinput></screen> </para>32 make install</command></userinput></screen> 33 33 34 34 </sect2> -
kde/inst/kde-pim.xml
r009b52f5 ra75063d4 30 30 <title>Installation of <application>kdepim</application></title> 31 31 32 <para>Install <application>kdepim</application> with: 32 <para>Install <application>kdepim</application> with:</para> 33 33 <screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \ 34 34 --disable-dependency-tracking && 35 35 make && 36 make install</command></userinput></screen> </para>36 make install</command></userinput></screen> 37 37 38 38 </sect2> -
kde/inst/kde-sdk.xml
r009b52f5 ra75063d4 1 1 <sect1 id="kde-sdk" xreflabel="kde-sdk-&kde-version;"> 2 2 <title>Installing kde-sdk</title> 3 < para><screen>Estimated build disk space: ??? MB3 <screen>Estimated build disk space: ??? MB 4 4 Estimated installed space: ?? MB 5 5 Package size: &kde-sdk-size; 6 Estimated build time: ?? min</screen> </para>6 Estimated build time: ?? min</screen> 7 7 8 8 <para>NOT YET DONE</para> -
kde/inst/kde-toys.xml
r009b52f5 ra75063d4 26 26 <title>Installation of <application>kdetoys</application></title> 27 27 28 <para>Install <application>kdetoys</application> with: 28 <para>Install <application>kdetoys</application> with:</para> 29 29 <screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \ 30 30 --disable-dependency-tracking && 31 31 make && 32 make install</command></userinput></screen> </para>32 make install</command></userinput></screen> 33 33 34 34 </sect2> -
kde/inst/kde-utils.xml
r009b52f5 ra75063d4 26 26 <title>Installation of <application>kdeutils</application></title> 27 27 28 <para>Install <application>kdeutils</application> with: 28 <para>Install <application>kdeutils</application> with:</para> 29 29 <screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \ 30 30 --disable-dependency-tracking && 31 31 make && 32 make install</command></userinput></screen> </para>32 make install</command></userinput></screen> 33 33 34 34 </sect2> -
multimedia/cdwriteutils/udftools/udftools-kernel-inst.xml
r009b52f5 ra75063d4 8 8 9 9 <para>In the kernel configuration, check your setting with those listed 10 here: 10 here:</para> 11 11 12 12 <screen>Block devices … … 14 14 File Systems 15 15 UDF filesystems support (read only): Y 16 UDF write support (DANGEROUS) Y</screen> </para>16 UDF write support (DANGEROUS) Y</screen> 17 17 18 18 <para>If necessary, recompile the kernel with … … 36 36 <para>Finally, create the packet driver device nodes in <filename 37 37 class="directory">/dev</filename>, add one node for every CD-RW drive you 38 want to support: 38 want to support:</para> 39 39 <screen><userinput><command>mknod /dev/pktcdvd0 b97 0 40 mknod /dev/pktcdvd1 b 97 1</command></userinput></screen> </para>40 mknod /dev/pktcdvd1 b 97 1</command></userinput></screen> 41 41 42 42 </sect2> -
multimedia/libdriv/alsa/driver/alsa-driver-config.xml
r009b52f5 ra75063d4 34 34 <para>After editing <filename>/etc/modules.conf</filename> you need to run 35 35 <command>depmod</command>. If the drivers you have compiled are for the 36 version of the kernel you are currently running, simply run 36 version of the kernel you are currently running, simply run</para> 37 37 <screen><userinput><command>depmod</command></userinput></screen> 38 If you are compiling drivers for a different kernel version than those you are39 running, you will need to use a line along the lines of: 38 <para>If you are compiling drivers for a different kernel version than those 39 you are running, you will need to use a line along the lines of:</para> 40 40 <screen><userinput><command>depmod -a 2.4.22 -F /boot/System.map-2.4.22 41 </command></userinput></screen> </para>41 </command></userinput></screen> 42 42 43 43 </sect3> -
multimedia/libdriv/alsa/driver/alsa-driver-inst.xml
r009b52f5 ra75063d4 29 29 <para>If this is the first time you have installed the alsa drivers, you 30 30 will need to create the <filename class="directory">/dev</filename> entries 31 using the script provided in the <acronym>ALSA</acronym>-driver source tree: 32 <screen><userinput><command>./snddevices</command></userinput></screen></para> 31 using the script provided in the <acronym>ALSA</acronym>-driver source 32 tree:</para> 33 <screen><userinput><command>./snddevices</command></userinput></screen> 33 34 34 35 </sect2> -
multimedia/libdriv/alsa/utils/alsa-utils-config.xml
r009b52f5 ra75063d4 68 68 chmod 755 /etc/rc.d/init.d/alsa</command></userinput></screen> 69 69 70 <para>You can then create the appropriate symlinks: 70 <para>You can then create the appropriate symlinks:</para> 71 71 <screen><userinput><command>cd /etc/rc.d/init.d && 72 72 ln -sf ../init.d/alsa ../rc0.d/K35alsa && … … 76 76 ln -sf ../init.d/alsa ../rc4.d/S40alsa && 77 77 ln -sf ../init.d/alsa ../rc5.d/S40alsa && 78 ln -sf ../init.d/alsa ../rc6.d/K35alsa</command></userinput></screen> </para>78 ln -sf ../init.d/alsa ../rc6.d/K35alsa</command></userinput></screen> 79 79 80 80 <para>Note that all channels of your soundcard are muted by default. You can … … 86 86 there is no state in <filename>/etc/asound.state</filename>. You can 87 87 prevent this by running the following commands after installing 88 <application><acronym>ALSA</acronym>-utils</application>: 88 <application><acronym>ALSA</acronym>-utils</application>:</para> 89 89 <screen><userinput><command>touch /etc/asound.state && 90 alsactl store</command></userinput></screen> </para>90 alsactl store</command></userinput></screen> 91 91 92 92 <para>A final note is that the lines loading <filename>sfxload</filename> -
multimedia/libdriv/esound/esound-inst.xml
r009b52f5 ra75063d4 5 5 commands:</para> 6 6 7 < para><screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc &&7 <screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc && 8 8 make && 9 make install</command></userinput></screen> </para>9 make install</command></userinput></screen> 10 10 11 11 </sect2> -
postlfs/config/random.xml
r009b52f5 ra75063d4 57 57 <para>Create the symbolic links to this file in the relevant 58 58 <filename class="directory">rc.d</filename> directories 59 with the following commands: 59 with the following commands:</para> 60 60 <screen><userinput><command>cd /etc/rc.d/init.d && 61 61 ln -sf ../init.d/random ../rc0.d/K45random && … … 64 64 ln -sf ../init.d/random ../rc4.d/S25random && 65 65 ln -sf ../init.d/random ../rc5.d/S25random && 66 ln -sf ../init.d/random ../rc6.d/K45random</command></userinput></screen> </para>66 ln -sf ../init.d/random ../rc6.d/K45random</command></userinput></screen> 67 67 68 68 -
postlfs/editors/vim/vim-inst.xml
r009b52f5 ra75063d4 4 4 <para>Install <application>Vim</application> by running the following commands:</para> 5 5 6 < para><screen><userinput><command>./configure --prefix=/usr \6 <screen><userinput><command>./configure --prefix=/usr \ 7 7 --with-features=huge && 8 8 make && 9 make install</command></userinput></screen> </para>9 make install</command></userinput></screen> 10 10 11 11 </sect2> -
postlfs/security/tripwire/tripwire-config.xml
r009b52f5 ra75063d4 46 46 <sect3><title>Usage Information</title> 47 47 <para>To use <application>Tripwire</application> after this and run a report, 48 use the following command: 48 use the following command:</para> 49 49 50 50 <screen><userinput><command>tripwire -m c > /etc/tripwire/report.txt 51 </command></userinput></screen> </para>51 </command></userinput></screen> 52 52 53 53 <para>View the output to check the integrity of your files. An automatic … … 64 64 last report creation and is needed to update the tripwire database of your 65 65 system. Then, type in the following command making the appropriate 66 substitutions for '?': 67 <screen><userinput><command>tripwire -m u -r /var/lib/tripwire/report/linux-???????-??????.twr </command></userinput></screen> </para>66 substitutions for '?':</para> 67 <screen><userinput><command>tripwire -m u -r /var/lib/tripwire/report/linux-???????-??????.twr </command></userinput></screen> 68 68 69 69 <para>You will be placed into vim with a copy of the report in front of you. If … … 78 78 79 79 <para>If you are unhappy with your policy file and would like to modify it or 80 use a new one, modify the policy file and then execute the following commands: 80 use a new one, modify the policy file and then execute the following 81 commands:</para> 81 82 <screen><userinput><command>twadmin -m P /etc/tripwire/twpol.txt && 82 tripwire -m i</command></userinput></screen> </para>83 tripwire -m i</command></userinput></screen> 83 84 84 85 </sect3> -
postlfs/security/tripwire/tripwire-inst.xml
r009b52f5 ra75063d4 20 20 cp policy/*.txt /usr/share/doc/tripwire</command></userinput></screen> 21 21 22 <para>Reverse the modifications made above: 22 <para>Reverse the modifications made above:</para> 23 23 <screen><userinput><command>rm /usr/bin/gmake && 24 export PATH=$PATH_HOLD</command></userinput></screen> </para>24 export PATH=$PATH_HOLD</command></userinput></screen> 25 25 26 26 </sect2> -
pst/printing/lprng/lprng-config.xml
r009b52f5 ra75063d4 66 66 67 67 <para>Create the symbolic links to the lprng init script in the relevant 68 <filename>rc.d</filename> directories with the following commands: 68 <filename>rc.d</filename> directories with the following 69 commands:</para> 69 70 <screen><userinput><command>cd /etc/rc.d/init.d && 70 71 ln -sf ../init.d/lpd ../rc0.d/K00lprng && … … 74 75 ln -sf ../init.d/lpd ../rc4.d/S99lprng && 75 76 ln -sf ../init.d/lpd ../rc5.d/S99lprng && 76 ln -sf ../init.d/lpd ../rc6.d/K00lprng</command></userinput></screen> </para>77 ln -sf ../init.d/lpd ../rc6.d/K00lprng</command></userinput></screen> 77 78 78 79 </sect3> -
server/mail/courier/courier-config.xml
r009b52f5 ra75063d4 103 103 104 104 <screen><userinput><command>cat > /etc/courier/me << "EOF"</command> 105 {servername.yourdomain} 105 <replaceable>[servername.yourdomain]</replaceable> 106 106 <command>EOF</command></userinput></screen> 107 107 … … 110 110 <screen><userinput><command>cat > /etc/courier/locals << "EOF"</command> 111 111 localhost 112 {yourdomain} 112 <replaceable>[yourdomain]</replaceable> 113 113 <command>EOF</command></userinput></screen> 114 114 … … 117 117 <screen><userinput><command>cat >/etc/courier/esmtpacceptmailfor.dir/system << "EOF"</command> 118 118 localhost 119 {yourdomain} 119 <replaceable>[yourdomain]</replaceable> 120 120 <command>EOF</command></userinput></screen> 121 121 … … 259 259 </application> server, you will need to add 260 260 <filename>/etc/courier/webadmin/unsecureok</filename>, so you will be able 261 to use your web based administration tool. 262 263 <screen><userinput><command>touch /etc/courier/webadmin/unsecureok</command></userinput></screen> </para>261 to use your web based administration tool.</para> 262 263 <screen><userinput><command>touch /etc/courier/webadmin/unsecureok</command></userinput></screen> 264 264 </sect3> 265 265 … … 276 276 277 277 <para>Create the symbolic links to this file in the relevant 278 <filename>rc.d</filename> directory with the following commands: 278 <filename>rc.d</filename> directory with the following commands:</para> 279 279 280 280 <screen><userinput><command>cd /etc/rc.d/init.d && … … 285 285 ln -sf ../init.d/courier ../rc4.d/S35courier && 286 286 ln -sf ../init.d/courier ../rc5.d/S35courier && 287 ln -sf ../init.d/courier ../rc6.d/K25courier</command></userinput></screen> </para>287 ln -sf ../init.d/courier ../rc6.d/K25courier</command></userinput></screen> 288 288 289 289 </sect3> -
server/mail/courier/courier-inst.xml
r009b52f5 ra75063d4 4 4 <para> Before you compile the program, you need to create users and groups that 5 5 will be expected to be in place when the install script executes. Add the users 6 and groups with the following commands: 6 and groups with the following commands:</para> 7 7 8 8 <screen><userinput><command>groupadd courier && 9 useradd -c 'Courier Mail Server -d /dev/null -g courier -s /bin/false courier</command></userinput></screen> </para>9 useradd -c 'Courier Mail Server -d /dev/null -g courier -s /bin/false courier</command></userinput></screen> 10 10 11 11 -
server/mail/postfix/postfix-config.xml
r009b52f5 ra75063d4 91 91 92 92 <para>Create the symbolic links to this file in the relevant 93 <filename>rc.d</filename> directory with the following commands: 93 <filename>rc.d</filename> directory with the following commands:</para> 94 94 95 95 <screen><userinput><command>cd /etc/rc.d/init.d && … … 100 100 ln -sf ../init.d/postfix ../rc4.d/S35postfix && 101 101 ln -sf ../init.d/postfix ../rc5.d/S35postfix && 102 ln -sf ../init.d/postfix ../rc6.d/K25postfix</command></userinput></screen> </para>102 ln -sf ../init.d/postfix ../rc6.d/K25postfix</command></userinput></screen> 103 103 </sect3> 104 104 -
server/mail/sendmail/sendmail-config.xml
r009b52f5 ra75063d4 70 70 chmod 755 /etc/rc.d/init.d/sendmail</command></userinput></screen> 71 71 72 <para>Create the run level symlinks with the following commands: 72 <para>Create the run level symlinks with the following commands:</para> 73 73 74 74 <screen><userinput><command>cd /etc/rc.d/init.d && … … 79 79 ln -sf ../init.d/sendmail ../rc4.d/S35sendmail && 80 80 ln -sf ../init.d/sendmail ../rc5.d/S35sendmail && 81 ln -sf ../init.d/sendmail ../rc6.d/K25sendmail</command></userinput></screen></para> 82 </sect3> 81 ln -sf ../init.d/sendmail ../rc6.d/K25sendmail</command></userinput></screen></sect3> 83 82 84 83 </sect2> -
server/other/bind/bind-inst.xml
r009b52f5 ra75063d4 4 4 <para>Install <application>BIND</application> by running the following commands:</para> 5 5 6 < para><screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc &&6 <screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc && 7 7 make && 8 make install</command></userinput></screen> </para>8 make install</command></userinput></screen> 9 9 </sect2> 10 10 -
server/other/cvsserver/cvsserver-inst.xml
r009b52f5 ra75063d4 95 95 </para> 96 96 97 <para><screen><userinput><command>cvs -d:pserver:anonymous@servername:/cvsroot co cvstest</command></userinput></screen> 97 <screen><userinput><command>cvs 98 -d:pserver:anonymous@<replaceable>servername</replaceable>:/cvsroot co cvstest</command></userinput></screen> 98 99 <note><para>Replace "servername" with the <acronym>IP</acronym> address or 99 hostname of the <acronym>CVS</acronym> server</para></note> </para>100 hostname of the <acronym>CVS</acronym> server</para></note> 100 101 101 102 </sect2> -
x/lib/atk/atk-inst.xml
r009b52f5 ra75063d4 1 1 <sect2> 2 <title>Installation of <application> ATK</application></title>2 <title>Installation of <application><acronym>ATK</acronym></application></title> 3 3 4 <para>Install <application> ATK</application> by running the following commands:</para>4 <para>Install <application><acronym>ATK</acronym></application> by running the following commands:</para> 5 5 6 < para><screen><userinput><command>./configure --prefix=/usr &&6 <screen><userinput><command>./configure --prefix=/usr && 7 7 make && 8 make install</command></userinput></screen> </para>8 make install</command></userinput></screen> 9 9 10 10 </sect2> -
x/lib/gtk/gtk+-inst.xml
r009b52f5 ra75063d4 1 1 <sect2> 2 <title>Installation of <application> GTK+</application></title>2 <title>Installation of <application><acronym>GTK</acronym>+</application></title> 3 3 4 <para>Install <application> GTK+</application> by running the following commands:</para>4 <para>Install <application><acronym>GTK</acronym>+</application> by running the following commands:</para> 5 5 6 < para><screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc &&6 <screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc && 7 7 make && 8 make install</command></userinput></screen> </para>8 make install</command></userinput></screen> 9 9 10 10 </sect2> -
x/lib/gtk/gtk+2-inst.xml
r009b52f5 ra75063d4 1 1 <sect2> 2 <title>Installation of <application> GTK+</application></title>2 <title>Installation of <application><acronym>GTK</acronym>+</application></title> 3 3 4 <para>Install <application> GTK+</application> by running the following commands:</para>4 <para>Install <application><acronym>GTK</acronym>+</application> by running the following commands:</para> 5 5 6 < para><screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc &&6 <screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc && 7 7 make && 8 make install</command></userinput></screen> </para>8 make install</command></userinput></screen> 9 9 10 10 </sect2> -
x/lib/lesstif/lesstif-inst.xml
r009b52f5 ra75063d4 4 4 <para>Install <application>LessTif</application> by running the following commands:</para> 5 5 6 < para><screen><userinput><command>./configure --prefix=/usr \6 <screen><userinput><command>./configure --prefix=/usr \ 7 7 --enable-build-20 \ 8 8 --enable-build-21 \ … … 12 12 --with-xdnd && 13 13 make && 14 make install</command></userinput></screen> </para>14 make install</command></userinput></screen> 15 15 16 16 </sect2> -
x/lib/notification/startup-notification-inst.xml
r009b52f5 ra75063d4 4 4 <para>Install <application>startup-notification</application> by running the following commands:</para> 5 5 6 < para><screen><userinput><command>./configure --prefix=/usr &&6 <screen><userinput><command>./configure --prefix=/usr && 7 7 make && 8 make install</command></userinput></screen> </para>8 make install</command></userinput></screen> 9 9 10 10 </sect2> -
x/lib/pango/pango-inst.xml
r009b52f5 ra75063d4 10 10 <para>Install <application>Pango</application> by running the following commands:</para> 11 11 12 < para><screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc &&12 <screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc && 13 13 make && 14 make install</command></userinput></screen> </para>14 make install</command></userinput></screen> 15 15 16 16 </sect2> -
x/lib/qt/qt-config.xml
r009b52f5 ra75063d4 1 1 <sect2> 2 <title>Configuring <application> qt</application></title>2 <title>Configuring <application>Qt</application></title> 3 3 4 4 <sect3><title>Configuration Information</title> … … 9 9 shared libraries. The following command will add it if it is missing:</para> 10 10 11 < para><screen><userinput><command>cat >> /etc/ld.so.conf << "EOF"</command>11 <screen><userinput><command>cat >> /etc/ld.so.conf << "EOF"</command> 12 12 # Begin qt addition to /etc/ld.so.conf 13 13 … … 16 16 # End qt addition 17 17 <command>EOF 18 ldconfig</command></userinput></screen> </para>18 ldconfig</command></userinput></screen> 19 19 20 <para>You need to add the path for the <application> qt</application> man pages to the20 <para>You need to add the path for the <application>Qt</application> man pages to the 21 21 <filename>man.conf</filename> 22 22 file. This can be done with the following command:</para> 23 23 24 < para><screen><userinput><command>cat >> /etc/man.conf << "EOF"</command>24 <screen><userinput><command>cat >> /etc/man.conf << "EOF"</command> 25 25 # Begin qt addition to man.conf 26 26 … … 28 28 29 29 # End qt addition to man.conf 30 <command>EOF</command></userinput></screen> </para>30 <command>EOF</command></userinput></screen> 31 31 32 32 </sect3> -
x/lib/qt/qt-inst.xml
r009b52f5 ra75063d4 2 2 <title>Installation of <application>qt</application></title> 3 3 4 < para><screen><userinput><command>./configure -prefix /opt/qt-&qt-version; -qt-gif -system-libpng \4 <screen><userinput><command>./configure -prefix /opt/qt-&qt-version; -qt-gif -system-libpng \ 5 5 -system-libmng -system-zlib -system-libjpeg -no-g++-exceptions \ 6 6 -thread && … … 10 10 ln -s /opt/qt/lib/libqt-mt.so /opt/qt/lib/libqt.so && 11 11 cp -r doc/man /opt/qt/doc && 12 cp -r examples /opt/qt/doc</command></userinput></screen> </para>12 cp -r examples /opt/qt/doc</command></userinput></screen> 13 13 14 14 <note><para>
Note:
See TracChangeset
for help on using the changeset viewer.