sekrit-twc/zimg

configure will check whether C++ compiler support c++14 which not requested in README.md

yangA7S opened this issue · 0 comments

My environment is centos 7.9,g++ version is 4.8.5.
When I run the "./configure", the terminal output "configure: error: C++14 support required", but the master README.md just require C++11 compiler, so which the configure check error or README.md requirement error?