From fdacf3ef39a54c5248cfc1c4b2601718efcd9325 Mon Sep 17 00:00:00 2001 From: Yunsup Lee Date: Wed, 6 Aug 2014 16:43:25 -0700 Subject: [PATCH] update readme --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.30.2