sekrit-twc / zimg

Scaling, colorspace conversion, and dithering library
Do What The F*ck You Want To Public License
405 stars 77 forks source link

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

Closed yangA7S closed 1 year ago

yangA7S commented 1 year ago

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?