Browse Source

Add a prerequisite for building

Otherwise, configure will fail with 'Could not find a version of the Boost::Asio library!'
pull/1694/head
Chao Du 2 years ago
committed by GitHub
parent
commit
59b6458a66
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      README.md

2
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

Loading…
Cancel
Save