July 1995
Beginner to intermediate
244 pages
5h 58m
English
If you're impatient, you can try a quick build to get going sooner.
If imake, xmkmf, and the X11 configuration files are installed on your machine, you should be able to build tcsh like this:
%xmkmfGenerate Makefile from Imakefile %make dependGenerate dependencies (optional) %makeBuild tcsh
If you're not using imake, create a Makefile from the standard template and use it to build tcsh:
%cp Makefile.std MakefileCopy Makefile from standard template %cp config/fileconfig.hCreate config.h from appropriate file in config directory %makeBuild tcsh
If the make command succeeds, you should have an executable tcsh, regardless of the method you use. Proceed to the section Testing and Installing tcsh. Otherwise, use the detailed instructions in the next section to build tcsh.
Read now
Unlock full access