diff options
author | Andrew Waterman <andrew@sifive.com> | 2024-06-17 20:10:32 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-17 20:10:32 -0700 |
commit | 2746119602a6f7c8c6a93b38ab27ef848ec91a12 (patch) | |
tree | c3823c24ec3a51f15fbd99094ca515db1e06ab2c | |
parent | 2d7af2fb56937171b9794205d854a85b0dd41bb4 (diff) | |
parent | 59b6458a66dba0c592595f2c06204f4e0f369188 (diff) | |
download | spike-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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |