Include scripts for dependencies in documentation (#518)

This commit is contained in:
Matthias-Raudonis
2020-04-24 19:10:31 +02:00
committed by GitHub
parent d5b24a25aa
commit 9d15f2e4e9

View File

@@ -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
-------------------------------------------