Commit 3710fddd authored by Stephen Bates's avatar Stephen Bates Committed by Daniel Verkamp
Browse files

doc: Fix the verbage concerning prereqs



In README.md remove references to prerequisites and instead refer the
reader to the relevant documentaion.

Change-Id: I136bdbe5cf88092ec0b30496c3b6ed3b8c1332c7
Signed-off-by: default avatarStephen Bates <sbates@raithlin.com>
Reviewed-on: https://review.gerrithub.io/399786


Reviewed-by: default avatarDaniel Verkamp <daniel.verkamp@intel.com>
Reviewed-by: default avatarJim Harris <james.r.harris@intel.com>
Tested-by: default avatarSPDK Automated Test System <sys_sgsw@intel.com>
parent 9c131c28
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -7,5 +7,8 @@ http://www.spdk.io/doc/
Building the Documentation
==========================

To convert the documentation into HTML, install Doxygen and mscgen and run `make` in the `doc`
directory.  The output will be located in `doc/output/html`.
To convert the documentation into HTML run `make` in the `doc`
directory.  The output will be located in `doc/output/html`. Before
running `make` ensure all pre-requisites are installed.  See
[Installing Prerequisites](http://www.spdk.io/doc/getting_started.html)
for more details.