COMPILE

    --- How to Compile & Install VFlib version 2 ---

0. Before compiling VFlib, you need FreeType library.
   Obtain it from http://www.freetype.org/ and install it.

1. Go to the top directory of VFlib version 2. 
   (A directory where you can find this  'COMPILE' file.)

2. Run configure script:
      % ./configure  [RET]

3. Run make:
      % make  [RET]

4. Become a superuser and install VFlib.
   (Or, ask a superuser to do the following.)
      % su  [RET]
      Password:??????  [RET]
      # make install [RET]

That's it.
