Go to file
Andrew Waterman d851d00036 add BSD license 2013-03-25 16:49:58 -07:00
fesvr add BSD license 2013-03-25 16:49:58 -07:00
scripts temporary undoing of renaming 2011-06-19 20:47:29 -07:00
.gitignore post-repo-split cleanup 2011-06-19 21:47:32 -07:00
COPYING temporary undoing of renaming 2011-06-19 20:47:29 -07:00
LICENSE add BSD license 2013-03-25 16:49:58 -07:00
Makefile.in don't build libfesvr.so 2012-02-04 23:57:07 -08:00
README add simple README 2013-03-21 17:42:01 -07:00
aclocal.m4 temporary undoing of renaming 2011-06-19 20:47:29 -07:00
config.h.in temporary undoing of renaming 2011-06-19 20:47:29 -07:00
configure switch to c++11 and add option parsing library 2013-02-13 18:03:58 -08:00
configure.ac switch to c++11 and add option parsing library 2013-02-13 18:03:58 -08:00

README

This repository contains the front-end server library, which facilitates
communication between a host machine and a RISC-V target machine.  It is
usually not meant to be used as a standalone package.

Execute the following commands to install the library, assuming you've
declared the RISCV environment variable to point to the RISC-V install path:

% mkdir build
% cd build
% ../configure --prefix=$RISCV
% make install