From 9d15f2e4e988be3fa18d9af13b5899070583b28f Mon Sep 17 00:00:00 2001 From: Matthias-Raudonis <33962683+Matthias-Raudonis@users.noreply.github.com> Date: Fri, 24 Apr 2020 19:10:31 +0200 Subject: [PATCH] Include scripts for dependencies in documentation (#518) --- docs/index.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/index.rst b/docs/index.rst index debfaf99..855929cd 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -37,6 +37,20 @@ Start by fetching Chipyard's sources. Run: This will initialize and checkout all of the necessary git submodules. +Installing Dependencies +------------------------------------------- +Installing the recommended dependencies on Ubuntu/Debian-based platforms: + +.. code-block:: shell + + ./scripts/ubuntu-req.sh + +Installing the recommended dependencies on CentOS-based platforms: + +.. code-block:: shell + + ./scripts/centos-req.sh + Installing the RISC-V Tools -------------------------------------------