From ca37ed3d3c6c3fbe4fdf06b030bcecc00b638c56 Mon Sep 17 00:00:00 2001 From: Dinesh Thirumurthy Date: Mon, 4 Feb 2019 09:07:59 +0530 Subject: need to install dtc pkg on openbsd --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') 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 -- cgit v1.1