Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update required packages #2443

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One should install these using Conda. Not all Bison versions work unfortunately.

We have a Conda environment file somewhere, so we should use that.

```

### Windows
Expand Down
Loading