-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Closed
Labels
Description
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
Reactions are currently unavailable