From 5c40019fccb491c0af512b9d16599dba952fcd8e Mon Sep 17 00:00:00 2001 From: Daniel Verkamp Date: Thu, 30 Nov 2017 16:25:15 -0700 Subject: [PATCH] doc: add 'sudo' to pkgdep invocation Also add a small description of what the script does. Change-Id: I8a9373d204e7abc83772b5d5a95de30ca260dd7c Signed-off-by: Daniel Verkamp Reviewed-on: https://review.gerrithub.io/389916 Tested-by: SPDK Automated Test System Reviewed-by: Ben Walker Reviewed-by: Jim Harris --- doc/getting_started.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/getting_started.md b/doc/getting_started.md index 47ed562f4..ac37b38f3 100644 --- a/doc/getting_started.md +++ b/doc/getting_started.md @@ -10,8 +10,11 @@ git submodule update --init # Installing Prerequisites {#getting_started_prerequisites} +The `scripts/pkgdep.sh` script will automatically install the full set of +dependencies required to build and develop SPDK. + ~~~{.sh} -scripts/pkgdep.sh +sudo scripts/pkgdep.sh ~~~ # Building {#getting_started_building}