develar / 7zip-bin

7-Zip precompiled binaries
MIT License
117 stars 33 forks source link

feat: added arm64 (aarch64) binary #3

Closed logidelic closed 6 years ago

logidelic commented 6 years ago

Added arm64 7za binary for upcoming electron-builder arm64 support. I built the binary myself on an NVIDIA Jetson TX2.

develar commented 6 years ago

Using script like https://github.com/develar/7zip-bin/blob/master/linux/x64/do-build.sh?

develar commented 6 years ago

7zip-bin 2.4.1 released. 7zip-bin-linux 1.3.1 released.

logidelic commented 6 years ago

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