xxh / zsh-portable

Building portable Zsh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Note! The best version was created in https://github.com/romkatv/zsh-bin/ - use it fisrt.

The docker containers to build portable zsh. Originally created for xxh project.

Building

libc

./build-zsh-portable-libc-ubuntu.sh
ls -la ./result

musl

./build-zsh-portable-musl-alpine.sh

Version with relative lib path:

./build-zsh-portable-musl-alpine-portable.sh

Example

mkdir -p /tmp/zsh-portable
cp ./result/* /tmp/zsh-portable 
cd /tmp/zsh-portable && tar -xvzf zsh-portable-musl-alpine-portable-Linux-x86_64.tar.gz
./zsh.sh

Related

About

Building portable Zsh

License:BSD 2-Clause "Simplified" License


Languages

Language:Dockerfile 67.0%Language:Shell 33.0%