aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Waterman <andrew@sifive.com>2024-06-17 20:10:32 -0700
committerGitHub <noreply@github.com>2024-06-17 20:10:32 -0700
commit2746119602a6f7c8c6a93b38ab27ef848ec91a12 (patch)
treec3823c24ec3a51f15fbd99094ca515db1e06ab2c
parent2d7af2fb56937171b9794205d854a85b0dd41bb4 (diff)
parent59b6458a66dba0c592595f2c06204f4e0f369188 (diff)
downloadspike-2746119602a6f7c8c6a93b38ab27ef848ec91a12.zip
spike-2746119602a6f7c8c6a93b38ab27ef848ec91a12.tar.gz
spike-2746119602a6f7c8c6a93b38ab27ef848ec91a12.tar.bz2
Merge pull request #1694 from Du-Chao/master
Add a prerequisite for building
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 51af8bc..63f29eb 100644
--- a/README.md
+++ b/README.md
@@ -86,7 +86,7 @@ Build Steps
We assume that the RISCV environment variable is set to the RISC-V tools
install path.
- $ apt-get install device-tree-compiler libboost-regex-dev
+ $ apt-get install device-tree-compiler libboost-regex-dev libboost-system-dev
$ mkdir build
$ cd build
$ ../configure --prefix=$RISCV