If you downloaded binary archive for the particular platform you just have to
run 'make install'. VTun will be installed under /usr/local

In order to compile VTun yourself you need:
  - Good C compiler (gcc, egcs, etc)
  - Lexical Analyzer (flex, lex)
  - YACC (yacc, bison, byacc)
  - Zlib compression library
  - SSleay encryption library

To configure vtun run:
  ./configure 
By default vtun will be configured to work under /usr/local.
If you want to install it under usual location run:
  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var

To compile and install run:
  make install

Read manual page for 'vtund' and example of the config file for the 
configurational and other details.

If you have any suggestions, ideas, wishes send them to me. 
Maxim Krasnyansky <max_mk@yahoo.com> 
