Commit 5c40019f authored by Daniel Verkamp's avatar Daniel Verkamp Committed by Jim Harris
Browse files

doc: add 'sudo' to pkgdep invocation



Also add a small description of what the script does.

Change-Id: I8a9373d204e7abc83772b5d5a95de30ca260dd7c
Signed-off-by: default avatarDaniel Verkamp <daniel.verkamp@intel.com>
Reviewed-on: https://review.gerrithub.io/389916


Tested-by: default avatarSPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: default avatarBen Walker <benjamin.walker@intel.com>
Reviewed-by: default avatarJim Harris <james.r.harris@intel.com>
parent d5571964
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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}