in bazel/README.md, On Fedora (maybe also other red hat distros), run the following: ``` dnf install cmake libtool libstdc++ ninja-build lld patch aspell-en ``` This is not enough, we need to add **libstdc++-static**, otherwise the following error will pop out ``` cannot find libstdc++.a ```
in bazel/README.md,
On Fedora (maybe also other red hat distros), run the following:
This is not enough, we need to add libstdc++-static, otherwise the following error will pop out