From 954e9e20cfedd444c029e61d2a58c4fc24c9ab32 Mon Sep 17 00:00:00 2001 From: Katharina Date: Mon, 19 Feb 2024 16:46:11 +0100 Subject: Update README.md Add missing prerequisite libboost-regex-dev Signed-off-by: Katharina --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ce13952..ef2a1ab 100644 --- a/README.md +++ b/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 -- cgit v1.1