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

Document additional prerequisites #4

Open
phill-williams opened this issue Feb 12, 2024 · 1 comment
Open

Document additional prerequisites #4

phill-williams opened this issue Feb 12, 2024 · 1 comment
Labels
documentation Improvements or additions to documentation

Comments

@phill-williams
Copy link

iamf-tools uses c++ 20, and currently requires gcc 10+. On ubuntu, this requires focal (22.02) at a minimum.

@jwcullen
Copy link
Collaborator

That sounds right. It also may work with clang 13+.

Bazel should prefer the compiler at CC environment variable if one is set. An alternative to upgrading the OS is installing a compatible compiler version elsewhere and configuring CC.

@jwcullen jwcullen changed the title Additional prerequisites Document additional prerequisites Apr 5, 2024
@jwcullen jwcullen added the documentation Improvements or additions to documentation label Apr 5, 2024
jwcullen added a commit that referenced this issue Jun 6, 2024
  - Add GitHub CI build for macos-12.
  - `.bazelrc`: Configure `macos_minimum_os` to prompt correct toolchain selection for users with a complicated xcode configuration.
  - Addresses [#4](#4) regarding minimum MacOS version.
  - Also, fix [#8](#8) for MacOS 12.

PiperOrigin-RevId: 641012154
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants