Installation ------------ To compile VT, change to the src directory, read README in that directory, and then type 'make' after making any necessary changes. You do not need to keep any of the files in src except for the vt executable. The executable can be placed wherever is convenient (e.g. ~/bin, /usr/local/bin). For a personal installation, you should leave the distribution files in ~/vt/dist and ~/vt/extra, as they are right now if you untarred the archive in ~. You can also either or both of them in ~ or ~/vt and VT will find them. For a system installation, you should put the files currently in the dist directory into /usr/local/lib/vt, and the files currently in the extra directory into /usr/local/lib/vt/extra. If this is not possible, edit the search path in main.c (in the src directory) to include the directory where you plan to place the distribution files, and the search path in main.vtc (in the dist directory) to include the directories where you plan to place the distribution and extras files. Documentation ------------- The file vt.doc documents the basic VT program and the VTC language. People intending to use VT as a client should read dist.doc. People who used VT 2.12 as a client should read dist.changes.