Build zsh from source
Find a file
Gitea f782b5b9f4 -
2021-09-12 17:40:59 +00:00
config - 2021-09-12 17:29:49 +00:00
README.md - 2021-09-12 17:40:59 +00:00

zsh Custom Build

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

Building

building on debian sistem

Table of Contents

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