You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

800 B

zsh Custom Build

  • The latest version of Zsh.
  • Works virtually everywhere.
  • Takes seconds to install.
  • Doesn't require root access.
  • Does not have prerequisites.

Table of Contents

Building

building on debian sistem

  • From root shell:

apt install dpkg-dev devscripts

cat /etc/apt/source.list

if not enabled add additional line for source packages ( deb-src )

apt update

apt build-dep zsh

  • From build user shell:

apt source zsh

cd to zsh source dir

wget -O .env ""

adjusting .env

wget -O .env.lib ""

adjusting .env.lib

wget -O configure.gen ""

chmod +x configure.gen

./configure.gen > configure.own.tmp

cat configure.own.tmp (checking configure.own.tmp)

bash configure.own.tmp

make

make install ( make DESTDIR=path install )