You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
changed the title
Additional prerequisites
Document additional prerequisites
Apr 5, 2024
… Clang versions.
- Add approximate required versions of GCC/Clang.
- Address #4, but leave issue open until we enforce this in the build.
- Adds some documentation on how to build for native Windows, and we have existing GitHub CI building it. Close some issues:
- Fix#5
- Fix#6.
- Due to bazelbuild/bazel#22763 it is difficult to configure custom "startup" options for windows. For now the instructions tell the user what configuration changes can be used to fix Windows "long path issues".
- Drop "Linux" from build instructions header. All platform specific requirements are in the prerequisite sections. Build and test commands work on all supported platforms.
PiperOrigin-RevId: 688994914
iamf-tools uses c++ 20, and currently requires gcc 10+. On ubuntu, this requires focal (22.02) at a minimum.
The text was updated successfully, but these errors were encountered: