aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChao Du <124672769+Du-Chao@users.noreply.github.com>2024-06-18 10:43:03 +0800
committerGitHub <noreply@github.com>2024-06-18 10:43:03 +0800
commit59b6458a66dba0c592595f2c06204f4e0f369188 (patch)
treec3823c24ec3a51f15fbd99094ca515db1e06ab2c
parent2d7af2fb56937171b9794205d854a85b0dd41bb4 (diff)
downloadspike-59b6458a66dba0c592595f2c06204f4e0f369188.zip
spike-59b6458a66dba0c592595f2c06204f4e0f369188.tar.gz
spike-59b6458a66dba0c592595f2c06204f4e0f369188.tar.bz2
Add a prerequisite for building
Otherwise, configure will fail with 'Could not find a version of the Boost::Asio library!'
-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