nlitsme / extfstools

Tools for extracting files from ext2,3,4 filesystem images
MIT License
121 stars 39 forks source link

gcc version compatibility #9

Closed copslock closed 3 years ago

copslock commented 3 years ago

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

nlitsme commented 3 years ago

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.

copslock commented 3 years ago

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