Tcsh
From CBLFS
Jump to navigationJump to searchDownload Source: | http://gd.tuwien.ac.at/utils/shells/tcsh/tcsh-6.14.00.tar.gz |
---|---|
Required Patch: | http://svn.cross-lfs.org/svn/repos/patches/tcsh/tcsh-6.14.00-colorls_compat-1.patch |
Dependencies
Non-Multilib
Compile the package:
./configure --prefix=/usr --bindir=/bin && make && sh ./tcsh.man2html
Install the package
make install && make install.man && ln -v -sf tcsh /bin/csh && ln -v -sf tcsh.1 /usr/man/man1/csh.1 && install -v -m755 -d /usr/share/doc/tcsh-6.14.00/html && install -v -m644 tcsh.html/* /usr/share/doc/tcsh-6.14.00/html && install -v -m644 FAQ /usr/share/doc/tcsh-6.14.00
Multilib
This package does not provide any libraries so only one installation is needed.
32Bit
Compile the package:
CC="gcc ${BUILD32}" ./configure --prefix=/usr --bindir=/bin && make
Install the package
make install
N32
Compile the package:
CC="gcc ${BUILDN32}" ./configure --prefix=/usr --bindir=/bin && make
Install the package
make install
64Bit
Compile the package:
CC="gcc ${BUILD64}" ./configure --prefix=/usr --bindir=/bin && make && sh ./tcsh.man2html
Install the package
make install && make install.man && ln -v -sf tcsh /bin/csh && ln -v -sf tcsh.1 /usr/man/man1/csh.1 && install -v -m755 -d /usr/share/doc/tcsh-6.14.00/html && install -v -m644 tcsh.html/* /usr/share/doc/tcsh-6.14.00/html && install -v -m644 FAQ /usr/share/doc/tcsh-6.14.00