myfirstcontrib: add dependency installation step
commit3ada78de3f8dbe2b0a2b67cade25d29a86f734c3
authorEmily Shaffer <emilyshaffer@google.com>
Thu, 31 Oct 2019 21:03:37 +0000 (31 14:03 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sat, 2 Nov 2019 06:23:59 +0000 (2 15:23 +0900)
tree8832e30f9b0b4df96c05f3a88a7df59cbb18aa0c
parent4ed5562925539ef76b6e4b2002b98a8e734cf223
myfirstcontrib: add dependency installation step

Indicate that the user needs some dependencies before the build will run
happily on their machine; this dependency list doesn't seem to be made
clear anywhere else in the project documentation. Then, so the user can
be certain any build failures are due to their code and not their
environment, perform a build on a clean checkout of 'master'. Also, move
the note about build parallelization up here, so that it appears next to
the very first build invocation in the tutorial.

Reported-by: Heba Waly <heba.waly@gmail.com>
Signed-off-by: Emily Shaffer <emilyshaffer@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/MyFirstContribution.txt