Changeset d260aaf4
- Timestamp:
- 01/30/2005 05:59:50 PM (20 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, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- c2688a0
- Parents:
- 370f305
- Files:
-
- 13 edited
Legend:
- Unmodified
- Added
- Removed
-
general/prog/doxygen.xml
r370f305 rd260aaf4 76 76 <screen><userinput><command>rm src/unistd.h && 77 77 ./configure --prefix /usr --docdir /usr/share/doc && 78 make && 79 make install</command></userinput></screen> 78 make</command></userinput></screen> 79 80 <para>Now, as the root user:</para> 81 82 <screen><userinput role='root'><command>make install</command></userinput></screen> 80 83 81 84 <para>If you wish to generate and install the package documentation, ensure … … 83 86 following commands for the <command>make install</command> command above:</para> 84 87 85 <screen><userinput ><command>make docs &&88 <screen><userinput role='root'><command>make docs && 86 89 make pdf && 87 90 install -d -m755 /usr/share/doc/doxygen/src && -
general/prog/expect.xml
r370f305 rd260aaf4 134 134 <seg>autoexpect, autopasswd, cryptdir, decryptdir, dislocate, expect, ftp-rfc, 135 135 kibitz, lpunlock, mkpasswd, passmass, rftp, rlogin-cwd, timed-read, timed-run, 136 unbuffer, weather and optionally (if <application> expect</application> was136 unbuffer, weather and optionally (if <application>Expect</application> was 137 137 linked against <application>Tk</application>), expectk, multixterm, 138 138 tknewsbiff, tkpasswd, xkibitz and xpstat</seg> -
general/prog/gcc3.xml
r370f305 rd260aaf4 73 73 --enable-shared --enable-languages=c,c++ \ 74 74 --enable-threads=posix && 75 make bootstrap && 76 make install && 75 make bootstrap</command></userinput></screen> 76 77 <para>Now, as the root user:</para> 78 79 <screen><userinput role='root'><command>make install && 77 80 mv /opt/gcc-&gcc3-version;/lib/libstdc++.so.5* /usr/lib && 78 81 ln -sf /usr/lib/libstdc++.so.5.0.6 /opt/gcc-&gcc3-version;/lib && -
general/sysutils/gpm.xml
r370f305 rd260aaf4 69 69 patch -Np1 -i ../gpm-&gpm-version;-silent-1.patch && 70 70 LDFLAGS="-lm" ./configure --prefix=/usr --sysconfdir=/etc && 71 make && 72 make install && 71 make</command></userinput></screen> 72 73 <para>Now, as the root user:</para> 74 75 <screen><userinput role='root'><command>make install && 73 76 cp conf/gpm-root.conf /etc && 74 77 ldconfig</command></userinput></screen> … … 98 101 <xref linkend="intro-important-bootscripts"/> package.</para> 99 102 100 <screen><userinput ><command>make install-gpm</command></userinput></screen>103 <screen><userinput role='root'><command>make install-gpm</command></userinput></screen> 101 104 </sect3> 102 105 … … 109 112 <para><filename>/etc/sysconfig/mouse</filename>: 110 113 This file contains the name of your mouse device and the protocol which 111 it uses. To create this file, run the following :</para>112 113 <screen><userinput ><command>cat > /etc/sysconfig/mouse << "EOF"</command>114 it uses. To create this file, run the following as the root user:</para> 115 116 <screen><userinput role='root'><command>cat > /etc/sysconfig/mouse << "EOF"</command> 114 117 # Begin /etc/sysconfig/mouse 115 118 -
introduction/important/bootscripts.xml
r370f305 rd260aaf4 38 38 directory around until completion of your <acronym>BLFS</acronym> system. When 39 39 a script is requested from blfs-bootscripts, simply change to the directory 40 and execute the given40 and as the root user, execute the given 41 41 <command>make install-<replaceable>[init-script]</replaceable></command> 42 42 command. This command installs the init script to its proper location (along -
introduction/welcome/changelog.xml
r370f305 rd260aaf4 22 22 23 23 <itemizedlist> 24 25 <listitem><para>January 30th, 2005 [randy]: Separated root installation 26 commands from build commands in packages already indexed.</para></listitem> 24 27 25 28 <listitem><para>January 29th, 2005 [randy]: Added vulnerability fix patch to -
postlfs/config/autofs.xml
r370f305 rd260aaf4 15 15 <sect1 id="autofs" xreflabel="autofs-&autofs-version;"> 16 16 <sect1info> 17 <othername>$LastChangedBy : randy$</othername>18 <date>$Date : 2004-10-15 13:14:25 -0500 (Fri, 15 Oct 2004)$</date>17 <othername>$LastChangedBy$</othername> 18 <date>$Date$</date> 19 19 </sect1info> 20 20 <?dbhtml filename="autofs.html"?> … … 66 66 </sect2> 67 67 68 <sect2 >68 <sect2 id="autofs-kernel"> 69 69 <title>Installation of <application>autofs</application></title> 70 <indexterm zone="autofs autofs-kernel"> 71 <primary sortas="d-Automounter">Automounter</primary></indexterm> 70 72 71 73 <para>Verify that kernel support has been compiled in or built as … … 82 84 83 85 <screen><userinput><command>./configure --prefix=/ --mandir=/usr/share/man && 84 make && 85 make install && 86 make</command></userinput></screen> 87 88 <para>Now, as the root user:</para> 89 90 <screen><userinput role='root'><command>make install && 86 91 rm /etc/rc.d/init.d/autofs</command></userinput></screen> 87 92 … … 123 128 commands. 124 129 125 <screen><userinput ><command>mv /etc/auto.master /etc/auto.master.bak &&130 <screen><userinput role='root'><command>mv /etc/auto.master /etc/auto.master.bak && 126 131 cat > /etc/auto.master << "EOF"</command> 127 132 # Begin /etc/auto.master … … 157 162 <primary sortas="f-autofs-init">autofs</primary></indexterm> 158 163 159 <screen><userinput ><command>make install-autofs</command></userinput></screen>164 <screen><userinput role='root'><command>make install-autofs</command></userinput></screen> 160 165 161 166 <para>The time-out variable is set in -
postlfs/shells/ash.xml
r370f305 rd260aaf4 65 65 66 66 <screen><userinput><command>patch -Np1 -i ../ash-0.4.0-cumulative_fixes-1.patch && 67 make && 68 install -m 755 sh /bin/ash && 67 make</command></userinput></screen> 68 69 <para>Now, as the root user:</para> 70 71 <screen><userinput role='root'><command>install -m 755 sh /bin/ash && 69 72 install -m 644 sh.1 /usr/share/man/man1/ash.1</command></userinput></screen> 70 73 … … 96 99 <segmentedlist> 97 100 <segtitle>Installed Program</segtitle> 101 <segtitle>Installed Libraries</segtitle> 102 <segtitle>Installed Directories</segtitle> 98 103 <seglistitem> 99 104 <seg>ash</seg> 105 <seg>None</seg> 106 <seg>None</seg> 100 107 </seglistitem> 101 108 </segmentedlist> -
pst/ps/fop.xml
r370f305 rd260aaf4 99 99 <sect3><title>Installing <acronym>JAI</acronym></title> 100 100 <para>Install the <acronym>JAI</acronym> components by running the following 101 commands while in the root of the101 commands as the root user while in the root of the 102 102 <application><acronym>FOP</acronym></application> source tree:</para> 103 103 104 <screen><userinput ><command>chmod 755 ../jai-1_1_2_01-lib-linux-i586-jdk.bin &&104 <screen><userinput role='root'><command>chmod 755 ../jai-1_1_2_01-lib-linux-i586-jdk.bin && 105 105 FOP_BUILD_DIR=$(pwd) && 106 106 cd $JAVA_HOME && … … 115 115 116 116 <screen><userinput><command>./build.sh && 117 sed -i -e "s/build/lib/" fop.sh && 118 install -v -d -m755 \ 117 sed -i -e "s/build/lib/" fop.sh</command></userinput></screen> 118 119 <para>Now, as the root user:</para> 120 121 <screen><userinput role='root'><command>install -v -d -m755 \ 119 122 /opt/fop-&fop-version;/{bin,lib,docs/{general,lib,site}} && 120 123 install -v -m755 fop.sh /opt/fop-&fop-version;/bin && … … 145 148 146 149 <para>If you don't have the <application>Batik</application> package installed, 147 run the following commands :</para>148 149 <screen><userinput ><command>install -v -m644 lib/batik.jar /opt/fop-&fop-version;/lib &&150 run the following commands as the root user:</para> 151 152 <screen><userinput role='root'><command>install -v -m644 lib/batik.jar /opt/fop-&fop-version;/lib && 150 153 install -v -m644 lib/batik.LICENSE.txt \ 151 154 /opt/fop-&fop-version;/docs/lib</command></userinput></screen> … … 169 172 <para>If you wish to install the <application>Xalan-Java</application> 170 173 components provided by the <application><acronym>FOP</acronym></application> 171 package, run the following commands :</para>172 173 <screen><userinput ><command>sed -i -e "s/build/lib/" xalan.sh &&174 package, run the following commands as the root user:</para> 175 176 <screen><userinput role='root'><command>sed -i -e "s/build/lib/" xalan.sh && 174 177 install -v -m755 xalan.sh /opt/fop-&fop-version;/bin && 175 178 install -v -m644 lib/xml-apis.jar \ -
pst/sgml/docbook-utils.xml
r370f305 rd260aaf4 152 152 <term><command>db2*</command></term> 153 153 <listitem><para>are symlinks pointing at the respectively named 154 <command>docbook2*</command> commands, created to satisfy some program s154 <command>docbook2*</command> commands, created to satisfy some program's 155 155 use of these names.</para> 156 156 <indexterm zone="docbook-utils db2"> -
pst/typesetting/jadetex.xml
r370f305 rd260aaf4 9 9 <!ENTITY jadetex-size "103 KB"> 10 10 <!ENTITY jadetex-buildsize "9.6 MB"> 11 <!ENTITY jadetex-time " .11 SBU">11 <!ENTITY jadetex-time "0.11 SBU"> 12 12 ]> 13 13 … … 56 56 <title>Installation of <application>JadeTeX</application></title> 57 57 58 <para> Install <application>JadeTex</application> by running the following59 commands:</para>60 61 <screen><userinput ><command>sed -i.orig -e "s/original texmf.cnf/modified texmf.cnf/" \58 <para>First, as the root user, make some required modifications to files 59 already installed on the system:</para> 60 61 <screen><userinput role='root'><command>sed -i.orig -e "s/original texmf.cnf/modified texmf.cnf/" \ 62 62 /usr/share/texmf/web2c/texmf.cnf</command></userinput></screen> 63 63 … … 67 67 hog...</quote>:</para> 68 68 69 <screen><userinput >pool_size.context = 750000</userinput></screen>69 <screen><userinput role='root'>pool_size.context = 750000</userinput></screen> 70 70 71 71 <para>Next, add <command>latex</command>, <command>jadetex</command> and 72 72 <command>pdfjadetex</command> settings using the following command:</para> 73 73 74 <screen><userinput ><command>cat >> /usr/share/texmf/web2c/texmf.cnf << "EOF"</command>74 <screen><userinput role='root'><command>cat >> /usr/share/texmf/web2c/texmf.cnf << "EOF"</command> 75 75 76 76 % The following 3 sections added for JadeTeX … … 114 114 <command>EOF</command></userinput></screen> 115 115 116 <para> Rebuild and install a new <filename>latex.fmt</filename> file using the117 followingcommands:</para>118 119 <screen><userinput><command>cp - R /usr/share/texmf/tex/latex/config . &&116 <para>Build a new <filename>latex.fmt</filename> file using the following 117 commands:</para> 118 119 <screen><userinput><command>cp -v -R /usr/share/texmf/tex/latex/config . && 120 120 cd config && 121 121 tex -ini -progname=latex latex.ini && 122 mv /usr/share/texmf/web2c/latex.fmt \ 122 cd ..</command></userinput></screen> 123 124 <para>Now, as the root user, install the <filename>latex.fmt</filename> file, 125 then build and install <application>JadeTex</application> using the following 126 commands:</para> 127 128 <screen><userinput role='root'><command>mv /usr/share/texmf/web2c/latex.fmt \ 123 129 /usr/share/texmf/web2c/latex.fmt.orig && 124 install -m 644 latex.fmt /usr/share/texmf/web2c && 125 cd ..</command></userinput></screen> 126 127 <para>Finally, build and install <application>JadeTex</application> using the 128 following commands:</para> 129 130 <screen><userinput><command>make install && 131 ln -sf tex /usr/bin/jadetex && 132 ln -sf pdftex /usr/bin/pdfjadetex && 130 install -v -m644 config/latex.fmt /usr/share/texmf/web2c && 131 make install && 132 ln -v -sf tex /usr/bin/jadetex && 133 ln -v -sf pdftex /usr/bin/pdfjadetex && 133 134 mktexlsr</command></userinput></screen> 134 135 … … 143 144 overwritten.</para> 144 145 145 <para><command>ln - sf tex ...; ln-sf pdftex ...; mktexlsr</command>: The146 <para><command>ln -v -sf tex ...; ln -v -sf pdftex ...; mktexlsr</command>: The 146 147 <application>JadeTeX</application> programs are actually just symlinks to the 147 148 <application>TeX</application> programs. <command>mktexlsr</command> updates … … 165 166 166 167 <para>If you need to modify the default <application>JadeTeX</application> 167 macro settings, see the <ulink168 url="http://jadetex.sourceforge.net/#index-div-d18e397">168 macro settings, see the 169 <ulink url="http://jadetex.sourceforge.net/#index-div-d18e397"> 169 170 <application>JadeTeX</application> <acronym>FAQ</acronym></ulink>.</para> 170 171 </sect3> … … 177 178 <segmentedlist> 178 179 <segtitle>Installed Programs</segtitle> 180 <segtitle>Installed Libraries</segtitle> 181 <segtitle>Installed Directories</segtitle> 179 182 <seglistitem> 180 183 <seg>jadetex and pdfjadetex</seg> 184 <seg>None</seg> 185 <seg>/usr/share/texmf/tex/jadetex</seg> 181 186 </seglistitem> 182 187 </segmentedlist> -
pst/typesetting/tex.xml
r370f305 rd260aaf4 4 4 %general-entities; 5 5 6 <!ENTITY tex-download-http " "> 6 7 <!ENTITY tex-download-ftp "ftp://tug.ctan.org/tex-archive/systems/unix/teTeX/current/distrib/tetex-src-&tex-version;.tar.gz"> 7 8 <!ENTITY texmf-download-ftp "ftp://tug.ctan.org/tex-archive/systems/unix/teTeX/current/distrib/tetex-texmf-&tex-version;.tar.gz"> … … 35 36 <sect3><title>Package information</title> 36 37 <itemizedlist spacing='compact'> 37 <listitem><para>Required Download (FTP): <ulink 38 url="&tex-download-ftp;"/></para></listitem> 39 <listitem><para>Required Download (FTP): <ulink 40 url="&texmf-download-ftp;"/></para></listitem> 41 <listitem><para>Optional Download (FTP): <ulink 42 url="&texmfsrc-download-ftp;"/></para></listitem> 38 <listitem><para>Download (HTTP): 39 <ulink url="&tex-download-http;"/></para></listitem> 40 <listitem><para>Download (FTP): 41 <ulink url="&tex-download-ftp;"/></para></listitem> 43 42 <listitem><para>Download size: 44 43 &tex-size; (&tex-optional-size; with optional tarball)</para></listitem> 45 <listitem><para>Estimated disk space required: 44 <listitem><para>Estimated disk space required: 46 45 &tex-buildsize; (&tex-optional-buildsize; with optional tarball)</para> 47 46 </listitem> 48 <listitem><para>Estimated build time: 47 <listitem><para>Estimated build time: 49 48 &tex-time;</para></listitem></itemizedlist> 50 49 </sect3> … … 52 51 <sect3><title>Additional Downloads</title> 53 52 <itemizedlist spacing='compact'> 54 <listitem><para>Required Patch (if using Glibc >2.3.3): <ulink 55 url="&patch-root;/tetex-src-&tex-version;-flex-1.patch"/></para> 56 </listitem> 53 <listitem><para>Required macros and fonts: 54 <ulink url="&texmf-download-ftp;"/></para></listitem> 55 <listitem><para>Optional <filename>texmf</filename> sources: 56 <ulink url="&texmfsrc-download-ftp;"/></para></listitem> 57 <listitem><para>Required Patch: <ulink 58 url="&patch-root;/tetex-src-&tex-version;-flex-1.patch"/></para></listitem> 57 59 <listitem><para>Recommended Patch: <ulink 58 60 url="&patch-root;/tetex-src-&tex-version;-remove_readlink-1.patch"/></para> … … 82 84 <title>Installation of <application>TeX</application></title> 83 85 86 <!-- 84 87 <para><application>TeX</application> is installed from the source directory 85 88 (usually <filename class="directory">/usr/src</filename>) and untarring … … 87 90 have already untarred the package. The source directory should contain 88 91 the two required packages and the optional package, if desired.</para> 92 --> 93 94 <para>Before building <application>TeX</application>, the macros and fonts 95 package (<filename>texmf</filename> tarball) must be installed. Install the 96 macros and fonts using the following commands as the root user:</para> 97 98 <screen><userinput role='root'><command>install -v -d -m755 /usr/share/texmf && 99 gzip -dc ../tetex-texmf-&tex-version;.tar.gz \ 100 | (umask 0; cd /usr/share/texmf; tar -xf -)</command></userinput></screen> 101 102 <para>If the optional <filename>texmf</filename> source code 103 <acronym>TAR</acronym> ball was downloaded, untar it now as the root 104 user:</para> 105 106 <screen><userinput role='root'><command>gzip -dc ../tetex-texmfsrc-&tex-version;.tar.gz \ 107 | (umask 0; cd /usr/share/texmf; tar -xf -)</command></userinput></screen> 89 108 90 109 <para>Install <application>TeX</application> by running the following 91 110 commands:</para> 92 93 <screen><userinput><command>mkdir -p /usr/share/texmf &&94 tar -zxf tetex-src-&tex-version;.tar.gz &&95 cd tetex-src-&tex-version; &&96 gzip -dc ../tetex-texmf-&tex-version;.tar.gz \97 | (umask 0; cd /usr/share/texmf; tar -xf -)</command></userinput></screen>98 99 <para>If the optional <filename>texmf</filename> source code100 <acronym>TAR</acronym> ball was downloaded, untar it now:</para>101 102 <screen><userinput><command>gzip -dc ../tetex-texmfsrc-&tex-version;.tar.gz \103 | (umask 0; cd /usr/share/texmf; tar -xf -)</command></userinput></screen>104 105 <para>Continue with the installation:</para>106 111 107 112 <screen><userinput><command>patch -Np1 -i ../tetex-src-&tex-version;-flex-1.patch && 108 113 patch -Np1 -i ../tetex-src-&tex-version;-remove_readlink-1.patch && 109 114 ./configure --with-x=no --prefix=/usr \ 110 --without-texinfo 115 --without-texinfo --with-system-ncurses --with-system-zlib \ 111 116 --exec-prefix=/usr --bindir=/usr/bin && 112 make world && 117 make all</command></userinput></screen> 118 119 <para>Now, as the root user:</para> 120 121 <screen><userinput role='root'><command>make install && 113 122 texconfig dvips paper letter && 114 123 texconfig font rw</command></userinput></screen> … … 121 130 <sect2> 122 131 <title>Installation command explanations</title> 123 124 <para><command>gzip -dc ../tetex-texmf-&tex-version;.tar.gz | ...</command>:125 Untar the <application>TeX</application> fonts and macro libraries.</para>126 132 127 133 <para><option>--with-x=no</option>: This switch will avoid any … … 138 144 <para><parameter>--without-texinfo</parameter>: A default 139 145 <acronym>LFS</acronym> installation already has the 140 <application> texinfo</application> package installed; this switch will avoid141 overwriting it with the included <application> texinfo</application>146 <application>Texinfo</application> package installed; this switch will avoid 147 overwriting it with the included <application>Texinfo</application> 142 148 package.</para> 143 149 -
x/wm/fluxbox.xml
r370f305 rd260aaf4 55 55 56 56 <screen><userinput><command>./configure --prefix=/usr && 57 make && 58 make install</command></userinput></screen> 57 make</command></userinput></screen> 58 59 <para>Now, as the root user:</para> 60 61 <screen><userinput role='root'><command>make install</command></userinput></screen> 59 62 60 63 </sect2> … … 83 86 startfluxbox 84 87 <command>EOF</command></userinput></screen> 88 89 <para>Now create the <application>Fluxbox</application> configuration 90 files:</para> 85 91 86 92 <screen><userinput><command>mkdir ~/.fluxbox &&
Note:
See TracChangeset
for help on using the changeset viewer.