Closed logidelic closed 6 years ago
Using script like https://github.com/develar/7zip-bin/blob/master/linux/x64/do-build.sh?
7zip-bin 2.4.1 released. 7zip-bin-linux 1.3.1 released.
I executed the last section of that script, substituting the correct makefile, i.e.:
mkdir -p /tmp/7z
cd /tmp/7z
curl -L http://downloads.sourceforge.net/project/p7zip/p7zip/16.02/p7zip_16.02_src_all.tar.bz2 | tar -xj -C . --strip-components 1
cp makefile.linux_cross_aarch64 makefile.machine
make -j4
Added arm64 7za binary for upcoming electron-builder arm64 support. I built the binary myself on an NVIDIA Jetson TX2.