glfs/postlfs/shells/tcsh/tcsh-inst.xml
Mark Hymers 42e698181a add tcsh-6.11
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@27 af4574ff-66df-0310-9fd7-8a98e5e911e0
2002-07-14 20:51:13 +00:00

14 lines
314 B
XML

<sect2>
<title>Installation of tcsh</title>
<para>Install tcsh by running the following commands:</para>
<para><screen><userinput>./configure --prefix= &amp;&amp;
make &amp;&amp;
make install &amp;&amp;
cp tcsh.man /usr/share/man/man1/tcsh.1 &amp;&amp;
ln -s tcsh /bin/csh</userinput></screen></para>
</sect2>