From 9b3ae0648367e7aeb971a2a9f9762ecfa0a4de65 Mon Sep 17 00:00:00 2001 From: Jim Harris Date: Fri, 3 Nov 2017 13:27:17 -0700 Subject: [PATCH] doc: point users to pkgdep.sh instead of full package list Signed-off-by: Jim Harris Change-Id: Id0eafcda3845dba65b97f090fc45e3d2a510dc11 Reviewed-on: https://review.gerrithub.io/385694 Reviewed-by: Daniel Verkamp Tested-by: SPDK Automated Test System Reviewed-by: Ben Walker --- doc/getting_started.md | 39 ++++++--------------------------------- 1 file changed, 6 insertions(+), 33 deletions(-) diff --git a/doc/getting_started.md b/doc/getting_started.md index 0b948d259..47ed562f4 100644 --- a/doc/getting_started.md +++ b/doc/getting_started.md @@ -1,38 +1,5 @@ # Getting Started {#getting_started} -# Installing Prerequisites {#getting_started_prerequisites} - -Fedora/CentOS: - -~~~{.sh} -sudo dnf install -y gcc gcc-c++ make CUnit-devel libaio-devel openssl-devel \ - git astyle-devel python-pep8 lcov python clang-analyzer -# Additional dependencies for RDMA (NVMe over Fabrics) -sudo dnf install -y libibverbs-devel librdmacm-devel -# Additional dependencies for building docs -sudo dnf install -y doxygen mscgen -~~~ - -Ubuntu/Debian: - -~~~{.sh} -sudo apt-get install -y gcc g++ make libcunit1-dev libaio-dev libssl-dev \ - git astyle pep8 lcov clang -# Additional dependencies for RDMA (NVMe over Fabrics) -sudo apt-get install -y libibverbs-dev librdmacm -# Additional dependencies for building docs -sudo apt-get install -y doxygen mscgen -~~~ - -FreeBSD: - -~~~{.sh} -sudo pkg install gmake cunit openssl git devel/astyle bash devel/pep8 \ - python -# Additional dependencies for building docs -sudo pkg install doxygen mscgen -~~~ - # Getting the Source Code {#getting_started_source} ~~~{.sh} @@ -41,6 +8,12 @@ cd spdk git submodule update --init ~~~ +# Installing Prerequisites {#getting_started_prerequisites} + +~~~{.sh} +scripts/pkgdep.sh +~~~ + # Building {#getting_started_building} Linux: