-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
README.md
prerequisites section is incomplete
#1251
Comments
README.md
prerequisites section is incomplete
Not sure about this but another potential dependency?
See here: |
I'm fine with adding additional dependencies as long as we also list them in the CI/CD script. But I don't think we should install a Python 2 package. It would be a waste of time to support it. |
A useful reference in this context is this script which installs the prerequisites for the GitHub CI Actions on Ubuntu: However, it may not encompass all prerequisites mentioned above, e.g. for running the test suite etc.? |
The list of prerequisite packages required to build the toolchain (and run the test suite etc.) here seems incomplete:
The following is a list of additional prerequisites that are needed in certain circumstances - initially for Ubuntu (I'm using Zorin OS Lite 16.3 - a Ubuntu 20.04.1 LTS derivative) but I will try to identify the equivalent packages for other distros/platforms once I have identified all omissions first.
- now listed in the prerequisites section ofgit
README.md
configure --with-multilib-generator
or(?):configure --enable-multilib
)python-is-python3
- needed in addition topython3
which is already in the prerequisites listexpect
pyelftools
device-tree-compiler
libglib2.0-dev
pip
The text was updated successfully, but these errors were encountered: