aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDinesh Thirumurthy <hakrdinesh@users.noreply.github.com>2019-02-04 09:07:59 +0530
committerGitHub <noreply@github.com>2019-02-04 09:07:59 +0530
commit97ed2cc42ad354560db479d608eefe07ccff1167 (patch)
treec50763b55239a30a7599dec1ecc93208bce190bb /README.md
parentc661d9c428df564d2f8ad48c212bb2467c0a9181 (diff)
downloadspike-97ed2cc42ad354560db479d608eefe07ccff1167.zip
spike-97ed2cc42ad354560db479d608eefe07ccff1167.tar.gz
spike-97ed2cc42ad354560db479d608eefe07ccff1167.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