How to install GBParsy and GBParsyPy

Common Process

   1. Download the compressed library from http://code.google.com/p/gbfp/downloads/list.

   2. Uncompress the file into a directory which you want.

      $ tar xvfz gbfp-0.6.0.tgz

Install GBFP

   1. Make and install the library

      $ cd gbfp-0.6.0
      $ make
      $ make install (as a root)
      $ cd ..

Install GBFPY

   1. Make and install the module

      $ cd gbfp-0.6.0/gbfpy
      $ python setup.py build
      $ python setup.py install (as a root)
      $ cd ../..

For more information, please visit http://code.google.com/p/gbfp/
