diff options
| author | Martin Rey <mrey@suse.com> | 2020-02-28 02:55:23 +0100 |
|---|---|---|
| committer | Martin Rey <mrey@suse.com> | 2020-02-28 02:55:23 +0100 |
| commit | 548c6ee90447188a59edd295f2d4d7f5bd589955 (patch) | |
| tree | 9809280c5a446ddc991e35c11f71ef58601d2715 | |
| parent | c9b7d821da4632254543855e2c10a2921c3b4a84 (diff) | |
Fix misspelling of openSUSE
| -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++` | |
