How to compile viH
If you decided to compile viH from scratch here are the steps you should follow
1. go into the src subdirectory
2. edit the file "Makefile"
3. Find the appropriate configuration options for your system
To do so search for the systems listed between the following lines:
# viH configuration options start here
# viH configuration options end here
If your system is not listed then I had no access to a similar one.
If you feel comfortable with reading and changing C code go ahead and do
it. You may also try contacting me directly at moshovos@cs.wisc.edu.
4. run the make program (i.e. type make)
If no errors are experienced, viH should be ready for use.