aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorWesley W. Terpstra <wesley@sifive.com>2017-03-03 18:50:37 -0800
committerWesley W. Terpstra <wesley@sifive.com>2017-03-21 15:03:38 -0700
commitc71db7787b63fc1ab0c57672c9e469711748bda9 (patch)
tree3cb751447378bcb2046bf169746cde5279666ff0 /README.md
parentee80f2851aef29f8744b5a73afe45a1927c82b37 (diff)
downloadspike-c71db7787b63fc1ab0c57672c9e469711748bda9.zip
spike-c71db7787b63fc1ab0c57672c9e469711748bda9.tar.gz
spike-c71db7787b63fc1ab0c57672c9e469711748bda9.tar.bz2
autoconf: put location of 'dtc' into config.h
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 901c7f4..a5ed802 100644
--- a/README.md
+++ b/README.md
@@ -19,6 +19,7 @@ Build Steps
We assume that the RISCV environment variable is set to the RISC-V tools
install path, and that the riscv-fesvr package is installed there.
+ $ apt-get install device-tree-compiler
$ mkdir build
$ cd build
$ ../configure --prefix=$RISCV --with-fesvr=$RISCV