Difference between revisions of "Tcsh"
From CBLFS
Jump to navigationJump to searchLine 16: | Line 16: | ||
Compile the package: | Compile the package: | ||
+ | patch -Np1 -i ../tcsh-6.14.00-colorls_compat-1.patch && | ||
./configure --prefix=/usr --bindir=/bin && | ./configure --prefix=/usr --bindir=/bin && | ||
make && | make && | ||
Line 37: | Line 38: | ||
Compile the package: | Compile the package: | ||
+ | patch -Np1 -i ../tcsh-6.14.00-colorls_compat-1.patch && | ||
CC="gcc ${BUILD32}" ./configure --prefix=/usr --bindir=/bin && | CC="gcc ${BUILD32}" ./configure --prefix=/usr --bindir=/bin && | ||
make | make | ||
Line 48: | Line 50: | ||
Compile the package: | Compile the package: | ||
+ | patch -Np1 -i ../tcsh-6.14.00-colorls_compat-1.patch && | ||
CC="gcc ${BUILDN32}" ./configure --prefix=/usr --bindir=/bin && | CC="gcc ${BUILDN32}" ./configure --prefix=/usr --bindir=/bin && | ||
make | make | ||
Line 59: | Line 62: | ||
Compile the package: | Compile the package: | ||
+ | patch -Np1 -i ../tcsh-6.14.00-colorls_compat-1.patch && | ||
CC="gcc ${BUILD64}" ./configure --prefix=/usr --bindir=/bin && | CC="gcc ${BUILD64}" ./configure --prefix=/usr --bindir=/bin && | ||
make && | make && |
Revision as of 20:06, 16 September 2006
Download 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:
patch -Np1 -i ../tcsh-6.14.00-colorls_compat-1.patch && ./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:
patch -Np1 -i ../tcsh-6.14.00-colorls_compat-1.patch && CC="gcc ${BUILD32}" ./configure --prefix=/usr --bindir=/bin && make
Install the package
make install
N32
Compile the package:
patch -Np1 -i ../tcsh-6.14.00-colorls_compat-1.patch && CC="gcc ${BUILDN32}" ./configure --prefix=/usr --bindir=/bin && make
Install the package
make install
64Bit
Compile the package:
patch -Np1 -i ../tcsh-6.14.00-colorls_compat-1.patch && 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