Browse Source

build instructions for openbsd

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

14
README.md

@ -23,6 +23,20 @@ install path, and that the riscv-fesvr package is installed there.
$ make
$ [sudo] make install
Build Steps on OpenBSD
----------------------
Install bash and gmake, nd ause clang.
$ pkg_add bash gmake
$ exec bash
$ export CC=cc; export CXX=c++
$ mkdir build
$ cd build
$ ../configure --prefix=$RISCV --with-fesvr=$RISCV
$ gmake
$ [doas] make install
Compiling and Running a Simple C Program
-------------------------------------------

Loading…
Cancel
Save