1
2To compile Aview at UNIX enviroment use:
3
4./configure
5make
6make install
7
8This should work in most cases. I believe.
9
10MS-DOS users:
11
12make -f Makefile.dos
13