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

Conversation

inkeliz
Copy link

@inkeliz inkeliz commented Dec 13, 2023

Currently, build0.sh and build1.sh requires some packages such as re2c, bison and cmake.

Currently, `build0.sh` and `build1.sh` requires some packages such as re2c, bison and cmake.

```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.

@certik
Copy link
Contributor

certik commented Dec 13, 2023

Thanks for the PR! Let's document how to use Conda to install the dependencies, see above.

@Thirumalai-Shaktivel
Copy link
Collaborator

Yes, I think the same.
Please address the review and mark it as "Ready for Review"

@Thirumalai-Shaktivel Thirumalai-Shaktivel marked this pull request as draft March 5, 2024 12:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants