mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-04 15:37:16 +08:00
695817242d
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@30 af4574ff-66df-0310-9fd7-8a98e5e911e0
14 lines
327 B
XML
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 &&
|
|
make &&
|
|
make install &&
|
|
cp tcsh.man /usr/share/man/man1/tcsh.1 &&
|
|
ln -s /usr/bin/tcsh /bin/csh</userinput></screen></para>
|
|
|
|
</sect2>
|
|
|