aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDinesh Thirumurthy <hakrdinesh@users.noreply.github.com>2019-02-04 09:07:59 +0530
committerDave.Wen <dave.wen@sifive.com>2019-04-06 00:03:30 +0800
commitca37ed3d3c6c3fbe4fdf06b030bcecc00b638c56 (patch)
tree312cecef16391a7bc4e181d24683994faafc9bb0 /README.md
parent12065fe0fe3d375f19a5d154276ed1e8e3c30294 (diff)
downloadspike-ca37ed3d3c6c3fbe4fdf06b030bcecc00b638c56.zip
spike-ca37ed3d3c6c3fbe4fdf06b030bcecc00b638c56.tar.gz
spike-ca37ed3d3c6c3fbe4fdf06b030bcecc00b638c56.tar.bz2
need to install dtc pkg on openbsd
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index f4e7030..8b164e5 100644
--- a/README.md
+++ b/README.md
@@ -26,9 +26,9 @@ install path, and that the riscv-fesvr package is installed there.
Build Steps on OpenBSD
----------------------
-Install bash and gmake, and use clang.
+Install bash, gmake, dtc, and use clang.
- $ pkg_add bash gmake
+ $ pkg_add bash gmake dtc
$ exec bash
$ export CC=cc; export CXX=c++
$ mkdir build