aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorYunsup Lee <yunsup@cs.berkeley.edu>2014-08-06 16:43:25 -0700
committerYunsup Lee <yunsup@cs.berkeley.edu>2014-08-06 16:43:25 -0700
commitfdacf3ef39a54c5248cfc1c4b2601718efcd9325 (patch)
tree50c27cbc4e57ed5df59ca4cf47e52a657069c84a /README.md
parent5ac142238c3e43158969360b3002bdb0bbd21a1f (diff)
downloadriscv-tests-fdacf3ef39a54c5248cfc1c4b2601718efcd9325.zip
riscv-tests-fdacf3ef39a54c5248cfc1c4b2601718efcd9325.tar.gz
riscv-tests-fdacf3ef39a54c5248cfc1c4b2601718efcd9325.tar.bz2
update readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index f896c0c..3d32d19 100644
--- a/README.md
+++ b/README.md
@@ -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