2002-07-15 04:51:13 +08:00
|
|
|
<sect2>
|
2003-08-31 06:48:04 +08:00
|
|
|
<title>Installation of <application>tcsh</application></title>
|
2002-07-15 04:51:13 +08:00
|
|
|
|
2003-08-31 06:48:04 +08:00
|
|
|
<para>Install <application>tcsh</application> by running the following commands:</para>
|
2002-07-15 04:51:13 +08:00
|
|
|
|
2003-08-31 06:48:04 +08:00
|
|
|
<screen><userinput><command>./configure --prefix=/usr &&
|
2002-07-15 04:51:13 +08:00
|
|
|
make &&
|
|
|
|
make install &&
|
|
|
|
cp tcsh.man /usr/share/man/man1/tcsh.1 &&
|
2003-08-31 06:48:04 +08:00
|
|
|
ln -s /usr/bin/tcsh /bin/csh</command></userinput></screen>
|
2002-07-15 04:51:13 +08:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|