From: Yunsup Lee Date: Wed, 6 Aug 2014 23:43:25 +0000 (-0700) Subject: update readme X-Git-Url: https://git.libre-soc.org/?p=riscv-tests.git;a=commitdiff_plain;h=fdacf3ef39a54c5248cfc1c4b2601718efcd9325 update readme --- 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