diff options
author | Yunsup Lee <yunsup@cs.berkeley.edu> | 2014-08-06 16:43:25 -0700 |
---|---|---|
committer | Yunsup Lee <yunsup@cs.berkeley.edu> | 2014-08-06 16:43:25 -0700 |
commit | fdacf3ef39a54c5248cfc1c4b2601718efcd9325 (patch) | |
tree | 50c27cbc4e57ed5df59ca4cf47e52a657069c84a /README.md | |
parent | 5ac142238c3e43158969360b3002bdb0bbd21a1f (diff) | |
download | riscv-tests-fdacf3ef39a54c5248cfc1c4b2601718efcd9325.zip riscv-tests-fdacf3ef39a54c5248cfc1c4b2601718efcd9325.tar.gz riscv-tests-fdacf3ef39a54c5248cfc1c4b2601718efcd9325.tar.bz2 |
update readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -9,11 +9,14 @@ Unit tests for RISC-V processors Building from repository ----------------------------- +We assume that the RISCV environment variable is set to the RISC-V tools +install path, and that the riscv-gcc package is installed. + $ git clone https://github.com/ucb-bar/riscv-tests $ cd riscv-tests $ git submodule update --init --recursive $ autoconf - $ ./configure --prefix=/usr/local + $ ./configure --prefix=$RISCV/target $ make $ make install |