1
0
Fork 0

Add pointers to package dependencies to README (#670)

Tell people where to look to find package dependency information
This commit is contained in:
Megan Wachs 2017-04-11 19:54:46 -07:00 committed by Andrew Waterman
parent 907d369bde
commit bef88c4c30
1 changed files with 7 additions and 0 deletions

View File

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