doc: point users to pkgdep.sh instead of full package list

Signed-off-by: Jim Harris <james.r.harris@intel.com>
Change-Id: Id0eafcda3845dba65b97f090fc45e3d2a510dc11

Reviewed-on: https://review.gerrithub.io/385694
Reviewed-by: Daniel Verkamp <daniel.verkamp@intel.com>
Tested-by: SPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
This commit is contained in:
Jim Harris 2017-11-03 13:27:17 -07:00 committed by Ben Walker
parent c1b68ce131
commit 9b3ae06483

View File

@ -1,38 +1,5 @@
# Getting Started {#getting_started} # 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} # Getting the Source Code {#getting_started_source}
~~~{.sh} ~~~{.sh}
@ -41,6 +8,12 @@ cd spdk
git submodule update --init git submodule update --init
~~~ ~~~
# Installing Prerequisites {#getting_started_prerequisites}
~~~{.sh}
scripts/pkgdep.sh
~~~
# Building {#getting_started_building} # Building {#getting_started_building}
Linux: Linux: