Changeset ecd7945d


Ignore:
Timestamp:
07/17/2005 07:05:03 AM (19 years ago)
Author:
Tushar Teredesai <tushar@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
a7e0ec7
Parents:
825a4fe
Message:

Updated Generic Build Notes

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r825a4fe recd7945d  
    1 <!ENTITY day          "16">
     1<!ENTITY day          "17">
    22<!ENTITY month        "07">
    33<!ENTITY year         "2005">
  • introduction/important/unpacking.xml

    r825a4fe recd7945d  
    3838
    3939  <sect2>
     40    <title>Building Package as an Unprivileged (non-root) User</title>
     41
     42    <para>The golden rule of Unix System Administration is to use your
     43        superpowers only when neccessary. Hence, BLFS recommends that you
     44        build the package as an unprivileged user and only "become root"
     45        when installing the package. This philosophy is followed in all the
     46        packages in this book. Unless otherwise specified, all instructions
     47        should be executed as an unprivileged user. The book will advise you
     48        on instructions that need root privileges.</para>
     49
     50  </sect2>
     51
     52  <sect2>
    4053    <title>Unpacking the Software</title>
    4154
     
    4356    the following commands:</para>
    4457
    45 <screen><userinput>tar -xvf filename.tar.gz
    46 tar -xvf filename.tgz
    47 tar -xvf filename.tar.Z
    48 tar -xvf filename.tar.bz2</userinput></screen>
     58<screen><userinput>tar -xvzf filename.tar.gz
     59tar -xvzf filename.tgz
     60tar -xvzf filename.tar.Z
     61tar -xvjf filename.tar.bz2</userinput></screen>
    4962
    5063    <para>You can also use a slightly different method:</para>
  • introduction/welcome/changelog.xml

    r825a4fe recd7945d  
    2525  <itemizedlist>
    2626   
     27        <listitem>
     28                <para>July 17th 2005 [tushar]: Updated Notes on Building Software.</para>
     29        </listitem>
     30
    2731    <listitem>
    2832      <para>July 14th, 2005 [randy]: Added Finance::QuoteHist module and
Note: See TracChangeset for help on using the changeset viewer.