From 59b6458a66dba0c592595f2c06204f4e0f369188 Mon Sep 17 00:00:00 2001 From: Chao Du <124672769+Du-Chao@users.noreply.github.com> Date: Tue, 18 Jun 2024 10:43:03 +0800 Subject: Add a prerequisite for building Otherwise, configure will fail with 'Could not find a version of the Boost::Asio library!' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.1