From 1283193aa8eab14e3b6dff61f6aad29d1a63a03a Mon Sep 17 00:00:00 2001 From: inkeliz Date: Wed, 13 Dec 2023 07:48:17 +0000 Subject: [PATCH] Update required packages Currently, `build0.sh` and `build1.sh` requires some packages such as re2c, bison and cmake. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 828ead055b..f254b41fba 100644 --- a/README.md +++ b/README.md @@ -52,10 +52,10 @@ This step involves setting up the required configuration to run the programs in ### Linux -Run the below command to install `binutils-dev` package on Linux. +Run the below command to install `binutils-dev`, `re2c`, `bison` and `cmake` package on Linux. ```bash -sudo apt install binutils-dev +sudo apt install binutils-dev re2c bison cmake ``` ### Windows