We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 256c267 commit 2b88322Copy full SHA for 2b88322
contrib/prerequisites-centos9.sh
@@ -48,8 +48,11 @@ POWERTOOLS_REPO=crb
48
sudo dnf --enablerepo="$POWERTOOLS_REPO" install -y \
49
boost-static \
50
snappy-devel \
51
+ devtoolset-12 \
52
double-conversion-devel
53
54
+source /opt/rh/gcc-toolset-12/enable
55
+
56
#Do not install these from OS packages - they are typically outdated.
57
#gflags-devel \
58
#glog \
0 commit comments