this project support centos7 build for it? #790
Answered
by
Dw9
streamFunc
asked this question in
Q&A
-
hi all, |
Beta Was this translation helpful? Give feedback.
Answered by
Dw9
Jan 28, 2023
Replies: 1 comment 4 replies
-
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
streamFunc
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
support.
You need to upgrade your gcc version to 7 or above,cause this project is based on c++17.
you can follow this to upgrade:
sudo yum install centos-release-scl
sudo yum install devtoolset-8-gcc*
scl enable devtoolset-8 bash
gcc -v