Browse Source

Update README.md

Add missing prerequisite libboost-regex-dev

Signed-off-by: Katharina <KatCe@users.noreply.github.com>
pull/1611/head
Katharina 3 years ago
committed by GitHub
parent
commit
954e9e20cf
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      README.md

2
README.md

@ -74,7 +74,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
$ apt-get install device-tree-compiler libboost-regex-dev
$ mkdir build
$ cd build
$ ../configure --prefix=$RISCV

Loading…
Cancel
Save