Alexandr Reshetnikov
Alexandr Reshetnikov
I created a working prototype. https://github.com/hemnstill/makeself/releases/tag/release-2.4.5-cmd pros: - same command line args - no external dependensies. only `certuril.exe` is used to extract `busybox` cons: - payload size ~900kb (can be...
Также, если промахнулся и нажал scroll lock, то после этого уже Pause/Break полностью перестаёт работать.
I used `ci.cmd` from source and library work well in my cases, apart from reproducibility. [build_mingw.sh](https://github.com/hemnstill/StandaloneTools/blob/bsdtar-3.6.0/bsdtar/build_mingw.sh): ``` "$dp0/ci.cmd" deplibs "$dp0/ci.cmd" configure "$dp0/ci.cmd" build ``` https://github.com/hemnstill/StandaloneTools/releases/tag/bsdtar-3.6.0
There may be a lot of problems with your environment, it's hard to debug. I compiled in github actions `runs-on: windows-2019` https://github.com/actions/virtual-environments/blob/main/images/win/Windows2019-Readme.md
looks it problem of mingw, not librarchive
https://www.7-zip.org have "full" standalone version for linux: `7zzs`. It builds without problems. and have a new plan to add zstd: https://sourceforge.net/p/sevenzip/feature-requests/1580/ https://github.com/p7zip-project/p7zip (with zstd) also successfully builds on linux I...