diff options
| -rw-r--r-- | contributors/devel/sig-testing/bazel.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/devel/sig-testing/bazel.md b/contributors/devel/sig-testing/bazel.md index 4047a54f..e3bf35e9 100644 --- a/contributors/devel/sig-testing/bazel.md +++ b/contributors/devel/sig-testing/bazel.md @@ -104,7 +104,7 @@ further exploration. ### The CC toolchain is not fully hermetic Bazel requires several tools and development packages to be installed in the system, including `gcc`, `g++`, `glibc and libstdc++ development headers` and `glibc static development libraries`. Please check your distribution for exact names of the packages. Examples for some commonly used distributions are below: -| Dependency | Debian/Ubuntu | CentOS | OpenSuSE | +| Dependency | Debian/Ubuntu | CentOS | openSUSE | |:---------------------:|-------------------------------|--------------------------------|-----------------------------------------| | Build essentials | `apt install build-essential` | `yum groupinstall development` | `zypper install -t pattern devel_C_C++` | | GCC C++ | `apt install g++` | `yum install gcc-c++` | `zypper install gcc-c++` | |
