Skip to content

Commit

Permalink
Merge pull request #1694 from Du-Chao/master
Browse files Browse the repository at this point in the history
Add a prerequisite for building
  • Loading branch information
aswaterman committed Jun 18, 2024
2 parents 2d7af2f + 59b6458 commit 2746119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2746119

Please sign in to comment.