Changeset 82f09cd1


Ignore:
Timestamp:
07/06/2004 08:58:04 PM (20 years ago)
Author:
Igor Živković <igor@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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/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/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
11404f5
Parents:
022c007
Message:

various fixes/additions

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2426 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • content/databases/db.xml

    r022c007 r82f09cd1  
    8989the correct place.</para>
    9090
     91<para><option>--enable-tcl</option> <parameter>--with-tcl=/usr/lib</parameter>:
     92enables <application>Tcl</application> support in DB and creates the
     93<filename class="libraryfile">libdb_tcl</filename> libraries.</para>
     94
    9195<para><option>--enable-java</option>: enables <application>Java</application>
    9296support in DB and creates the
  • general/genlib/gdbm.xml

    r022c007 r82f09cd1  
    6464<title>Command explanations</title>
    6565                                                                             
    66 <para><parameter>BINOWN=root BINGRP=root</parameter>: This command
    67 changes the file ownership to root instead of the bin user.</para>
     66<para><command>make BINOWN=root BINGRP=root install</command>: This
     67command overrides the <varname>BINOWN</varname> and
     68<varname>BINGRP</varname> variables in the <filename>Makefile</filename>
     69changing ownership of the installed files to root instead of the bin
     70user.</para>
    6871                                                                             
    6972</sect2>
  • general/sysutils/zip.xml

    r022c007 r82f09cd1  
    4545<para>Install <application>Zip</application> by running the following commands:</para>
    4646                                                                               
    47 <screen><userinput><command>cp unix/Makefile . &amp;&amp;
    48 make prefix=/usr generic_gcc &amp;&amp;
    49 make prefix=/usr install</command></userinput></screen>
     47<screen><userinput><command>make prefix=/usr -f unix/Makefile generic_gcc &amp;&amp;
     48make prefix=/usr -f unix/Makefile install</command></userinput></screen>
    5049                                                                               
    5150</sect2>
     
    5453<title>Command explanations</title>
    5554                                                                               
    56 <para><command>make prefix=/usr generic_gcc</command>: This command
    57 overrides the prefix variable that is set to
     55<para><command>make prefix=/usr -f unix/Makefile generic_gcc</command>: This command
     56overrides the <varname>prefix</varname> variable that is set to
    5857<filename class='directory'>/usr/local</filename> in the
    59 <filename>Makefile</filename>
    60 and builds the executables for a linux system.  The alternatives to
    61 'generic_gcc' can be seen with a <command>make list</command> command.</para>
     58<filename>unix/Makefile</filename> which we use as a makefile
     59and builds the executables for a Linux system.  The alternatives to
     60'generic_gcc' can be seen with a <command>make -f unix/Makefile list</command> command.</para>
    6261                                                                               
    6362</sect2>
  • pst/sgml/sgml-common.xml

    r022c007 r82f09cd1  
    1818<title>Introduction to <application><acronym>SGML</acronym> Common</application></title>
    1919
    20 <para>The <application><acronym>SGML</acronym> Common package</application>
     20<para>The <application><acronym>SGML</acronym> Common</application> package
    2121contains <command>install-catalog</command>. This is useful
    2222for creating and maintaining centralized <acronym>SGML</acronym> catalogs.</para>
     
    4545<title>Installation of <application><acronym>SGML</acronym> Common</application></title>
    4646
    47 <para>First apply the patch</para>
     47<para>First apply the patch:</para>
    4848
    4949<screen><userinput><command>patch -Np1 -i ../sgml-common-0.6.3-manpage-1.patch</command></userinput></screen>
    5050
    51 <para>The autotools files included with sgml-common are old. Use the following
    52 commands to regenerate the files.</para>
     51<para>The autotools files included with
     52<application><acronym>SGML</acronym> Common</application> are old. Use
     53the following commands to regenerate the files.</para>
    5354
    5455<screen><userinput><command>aclocal &amp;&amp;
  • xsoft/graphweb/firefox.xml

    r022c007 r82f09cd1  
    4040<xref linkend="libIDL"/>, <xref linkend="libmng"/> and
    4141<xref linkend="which"/>
     42</para></sect4>
     43<sect4><title>Optional</title>
     44<para>
     45<xref linkend="unzip"/> and
     46<ulink url="http://www.stack.nl/~dimitri/doxygen/">doxygen</ulink>
    4247</para></sect4>
    4348</sect3>
Note: See TracChangeset for help on using the changeset viewer.