nlitsme/extfstools

gcc version compatibility

copslock opened this issue · 2 comments

Dear author,the current code needs C++17,which means at least gcc(7.1+)/ubuntu 18.04+,the gcc upgrade is complex in lower version systems

I changed my code to work with c++11.
Also I changed my build system to use cmake.
Currently builds work on: linux, macos, freebsd and windows.

I changed my code to work with c++11.
Also I changed my build system to use cmake.
Currently builds work on: linux, macos, freebsd and windows.

Thanks a lot ,lower target version gives better compalibility