July 1995
Beginner to intermediate
244 pages
5h 58m
English
After building tcsh, you should test it as shown below:
%./tcshStart the tcsh you just built %...run some commands...See how it works %exitTerminate it
Point eight of the README file suggests some special commands that you can use to exercise tcsh. You should try doing some everyday work with the newly built shell, to see how it performs under ordinary circumstances.
When you're satisfied that tcsh is stable, install the binary and the manual page using the following commands:
%make installInstall the tcsh binary %make install.manInstall the manual page
If you encounter problems, try to determine the circumstances under which they occur. Consult the README and FAQ files, and verify by looking in Ported that you compiled tcsh with all special flags needed on your system.
Read now
Unlock full access