From bef88c4c306fbf1248c30c1c7928c26963203263 Mon Sep 17 00:00:00 2001 From: Megan Wachs Date: Tue, 11 Apr 2017 19:54:46 -0700 Subject: [PATCH] Add pointers to package dependencies to README (#670) Tell people where to look to find package dependency information --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index aca798c5..b903f284 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,13 @@ of riscv-tools: For more information (or if you run into any issues), please consult the [riscv-tools/README](https://github.com/riscv/riscv-tools/blob/master/README.md). +### Install Necessary Dependencies + +You may need to install some additional packages to use this repository. +Rather than list all dependencies here, please see the appropriate section of the READMEs for each of the subprojects: + +* [riscv-tools "Ubuntu Packages Needed"](https://github.com/riscv/riscv-tools/blob/master/README.md#quickstart) +* [chisel3 "Installation"](https://github.com/ucb-bar/chisel3#installation) ### Building The Project