Browse Source

need to install dtc pkg on openbsd

pull/274/head
Dinesh Thirumurthy 8 years ago
committed by GitHub
parent
commit
97ed2cc42a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      README.md

4
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

Loading…
Cancel
Save