summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Johansson <lennart.johansson@enea.com>2017-03-28 13:42:32 +0200
committerLennart Johansson <lennart.johansson@enea.com>2017-03-28 13:42:32 +0200
commit90a9ac22128d68f85862b2e5155af81e60904391 (patch)
tree7e5a4741421d49c714fc68fd957ca1c0958f8630
parent9b5b099ac72c125a8dc75c6f02346f2a1c6a5d38 (diff)
parentdb35d4ae6bbde7a5c5b2f68af31707d10dee1448 (diff)
downloadel_releases-standard-90a9ac22128d68f85862b2e5155af81e60904391.tar.gz
Merge branch 'master' of git.enea.se:linux/el_releases-standard
-rw-r--r--doc/book-enea-linux-release-info/doc/prerequisites.xml14
1 files changed, 12 insertions, 2 deletions
diff --git a/doc/book-enea-linux-release-info/doc/prerequisites.xml b/doc/book-enea-linux-release-info/doc/prerequisites.xml
index c8d19ab..88d53ae 100644
--- a/doc/book-enea-linux-release-info/doc/prerequisites.xml
+++ b/doc/book-enea-linux-release-info/doc/prerequisites.xml
@@ -4,8 +4,18 @@
4<chapter id="prerequisites"> 4<chapter id="prerequisites">
5 <title>Prerequisites</title> 5 <title>Prerequisites</title>
6 6
7 <para>Building Enea Linux or compiling applications requires some packages 7 <para>Building Enea Linux or compiling applications requires that your git
8 to be installed on your Linux development host.</para> 8 environment be setup properly, and for certain packages to be installed on
9 your Linux development host. </para>
10
11 <para>Please refer to <ulink
12 url="https://git-scm.com/book/en/v2/Getting-Started-First-Time-Git-Setup">Getting
13 Started - First-Time Git Setup</ulink>, for more details on how to set up
14 your git environment correctly, including how to set your identity using the
15 following commands:</para>
16
17 <programlisting>$ git config --global user.name "John Doe"
18$ git config --global user.email johndoe@example.com</programlisting>
9 19
10 <para>First ensure the system is up-to-date, then for the supported 20 <para>First ensure the system is up-to-date, then for the supported
11 distribution(s) you need the following packages:<remark>INFO: The 21 distribution(s) you need the following packages:<remark>INFO: The