From 1f66845b35b4e59e4fb232085f0738913527d0d6 Mon Sep 17 00:00:00 2001 From: Sebastien Mirolo Date: Wed, 24 Jul 2013 12:52:24 -0700 Subject: feature: add autoconf --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..8bd5fcf --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +About +===== + +Unit tests for RISCV processors + +Building from repository +======================== + + $ git clone https://github.com/ucb-bar/riscv-tests + $ cd riscv-tests + $ autoconf + $ ./configure --prefix=/usr/local + $ make + $ make install + -- cgit v1.1