Difference between revisions of "ZSH"
From CBLFS
Jump to navigationJump to searchLine 16: | Line 16: | ||
Compile the package: | Compile the package: | ||
− | ./configure --prefix=/usr && | + | ./configure --prefix=/usr --with-tcsetpgtp && |
make | make | ||
Line 31: | Line 31: | ||
Compile the package: | Compile the package: | ||
− | CC="gcc ${BUILD32}" ./configure --prefix=/usr && | + | CC="gcc ${BUILD32}" ./configure --prefix=/usr --with-tcsetpgtp && |
make | make | ||
Line 43: | Line 43: | ||
Compile the package: | Compile the package: | ||
− | CC="gcc ${BUILDN32}" ./configure --prefix=/usr && | + | CC="gcc ${BUILDN32}" ./configure --prefix=/usr --with-tcsetpgtp && |
make | make | ||
Line 55: | Line 55: | ||
Compile the package: | Compile the package: | ||
− | CC="gcc ${BUILD64}" ./configure --prefix=/usr && | + | CC="gcc ${BUILD64}" ./configure --prefix=/usr --with-tcsetpgtp && |
make | make | ||
Revision as of 19:56, 16 September 2006
Download Source: | http://prdownloads.sourceforge.net/zsh/zsh-4.2.5.tar.bz2 |
---|
Dependencies
Optional
Non-Multilib
Compile the package:
./configure --prefix=/usr --with-tcsetpgtp && make
Install the package
make install make install.info
Multilib
This package does not provide any libraries so only one installation is needed.
32Bit
Compile the package:
CC="gcc ${BUILD32}" ./configure --prefix=/usr --with-tcsetpgtp && make
Install the package
make install make install.info
N32
Compile the package:
CC="gcc ${BUILDN32}" ./configure --prefix=/usr --with-tcsetpgtp && make
Install the package
make install make install.info
64Bit
Compile the package:
CC="gcc ${BUILD64}" ./configure --prefix=/usr --with-tcsetpgtp && make
Install the package
make install make install.info