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 README.md #347

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
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
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ apt install autoconf automake libtool pkg-config clang bison cmake mercurial nin

Older versions of Ubuntu may report errors when trying to install `libarchive-tools`. In this case try using `apt install bsdtar` instead.

If you later get errors like `fatal error: 'new' file not found` this is probably because you have `gcc-<xx>` installed but not the corresponding `g++-<xx>` which causes `clang++` to select the wrong include directory. Uninstall `gcc` or install `g++` or install an appropriate `libstdc++`.

#### RHEL/Fedora
If you are building CHERI on a RHEL/Fedora-based machine, the following command will install the packages required for
the most commonly used cheribuild targets:
Expand Down