glfs/postlfs/shells/tcsh/tcsh-inst.xml
Mark Hymers 695817242d I'll read the FHS before quoting it in future
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@30 af4574ff-66df-0310-9fd7-8a98e5e911e0
2002-07-14 21:07:34 +00:00

14 lines
327 B
XML

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