icu required on openSUSE for local webkit build (#14690)

This commit is contained in:
Minsoo Choo
2024-10-20 04:08:42 -04:00
committed by GitHub
parent 070e5804ad
commit b9b94de5ed

View File

@@ -30,7 +30,7 @@ $ sudo dnf install cargo ccache cmake git golang libtool ninja-build pkg-config
```
```bash#openSUSE Tumbleweed
$ sudo zypper install go cmake ninja automake git rustup && rustup toolchain install stable
$ sudo zypper install go cmake ninja automake git icu rustup && rustup toolchain install stable
```
{% /codetabs %}