You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 15, 2025. It is now read-only.
When compiling this library using GCC 7.5, there is a compilation error due to missing std::filesystem. GCC 7.5 implements the C++17 standard but doesn't contain the filesystem implementation.
There is a flag LIBEVSE_SECURITY_USE_BOOST_FILESYSTEM, that is supposed to make the project use boost:filesystem instead of std::filesystem, but the implementation of this flag seems incomplete and the code has several usages of std::filesystem instead of the alias fs.