Closed bestlibre closed 4 years ago
Which version of Debian are you using?
I'm using buster (the last stable to date)
The problem comes from the use of gcc-9 which is not available in debian stable. To build with gcc-8 I had to add link_libraries(stdc++fs)
in the CmakeLists.txt. The resulting appimage is working on my system.
Thanks for your help! I've downgraded GCC to version 8 and updated the build process. The new release with tag 0.21b should solve this issue. Can you check this (if the build is complete), when you have some minutes?
I don't see the AppImage in the release assets. I will test as soon as possible when the AppImage is ready.
It's working without problems. Thanks !
Hello,
I wanted to try your tool on debian, but I got the following error :