Ignore:
Timestamp:
10/26/2014 05:38:54 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
krejzi/svn
Children:
52e5650b
Parents:
4968434
Message:

Improvements, updates, additions to Programming section.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd-ng@14748 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/git.xml

    r4968434 rd5169f16  
    135135
    136136    <para>
     137      First, silence a lot of compiler warnings by running the following
     138      command:
     139    </para>
     140
     141<screen><userinput>sed -i "/BSD_SOURCE/d" git-compat-util.h</userinput></screen>
     142
     143    <para>
    137144      Install <application>Git</application> by running the following
    138145      commands:
    139146    </para>
    140147
    141 <screen><userinput>./configure --prefix=/usr         \
    142             --with-gitconfig=/etc/gitconfig &amp;&amp;
     148<screen><userinput>./configure --prefix=/usr --with-gitconfig=/etc/gitconfig &amp;&amp;
    143149make</userinput></screen>
    144150
     
    166172
    167173    <para>
    168       The test suite can be run in parallel mode. Many tests cannot find
    169       <application>GnuPG2</application>, if the compatibility symlinks,
    170       recommended in <xref linkend="gnupg2"/>, are not installed. To run the
    171       test suite, issue: <command>make test</command>.
     174      To test the results, issue: <command>make test</command>.
    172175    </para>
    173176
Note: See TracChangeset for help on using the changeset viewer.