Dinesh Thirumurthy
8 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
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 |
|
|
|
|