Skip to content

Commit 59b6458

Browse files
authored
Add a prerequisite for building
Otherwise, configure will fail with 'Could not find a version of the Boost::Asio library!'
1 parent 2d7af2f commit 59b6458

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Build Steps
8686
We assume that the RISCV environment variable is set to the RISC-V tools
8787
install path.
8888

89-
$ apt-get install device-tree-compiler libboost-regex-dev
89+
$ apt-get install device-tree-compiler libboost-regex-dev libboost-system-dev
9090
$ mkdir build
9191
$ cd build
9292
$ ../configure --prefix=$RISCV

0 commit comments

Comments
 (0)