ZSH: Difference between revisions
From CBLFS
Jump to navigationJump to search
No edit summary |
I added the package description from BLFS. |
||
| Line 6: | Line 6: | ||
---- | ---- | ||
== Introduction to ZSH == | |||
The ZSH package contains a command interpreter (shell) usable as an interactive login shell and as a shell script command processor. Of the standard shells, ZSH most closely resembles KSH but includes many enhancements. | |||
== Dependencies == | == Dependencies == | ||
Revision as of 22:39, 4 December 2006
| Download Source: | http://prdownloads.sourceforge.net/zsh/zsh-4.2.5.tar.bz2 |
|---|
Introduction to ZSH
The ZSH package contains a command interpreter (shell) usable as an interactive login shell and as a shell script command processor. Of the standard shells, ZSH most closely resembles KSH but includes many enhancements.
Dependencies
Optional
Non-Multilib
Compile the package:
./configure --prefix=/usr --with-tcsetpgrp && make
Install the package
make install && make install.info
Multilib
32Bit
Compile the package:
CC="gcc ${BUILD32}" ./configure --prefix=/usr --with-tcsetpgrp &&
make
Install the package
make install
N32
Compile the package:
CC="gcc ${BUILDN32}" ./configure --prefix=/usr --libdir=/usr/lib32 \
--with-tcsetpgrp &&
make
Install the package
make install
64Bit
Compile the package:
CC="gcc ${BUILD64}" ./configure --prefix=/usr --libdir=/usr/lib64 \
--with-tcsetpgrp &&
make
Install the package
make install && make install.info