ZSH: Difference between revisions
From CBLFS
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| Line 21: | Line 21: | ||
Install the package | Install the package | ||
make install | make install && | ||
make install.info | make install.info | ||
| Line 59: | Line 59: | ||
Install the package | Install the package | ||
make install | make install && | ||
make install.info | make install.info | ||
Revision as of 20:02, 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-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