
For more information visit http://www.geopsy.org

This package has been tested successfully with version 6.5.2.

Start configure script. To get the list of available options add option "-h".
For instance you can change the base directory for installation with "-prefix".
By default it is installed in /usr

        $ ./configure -pch

   When done, build GpCoreWavePy

        $ make -j 10

   GeopsyPyCoreWave can be installed by starting

        $ make install

   Finish the installation by creating a Python directory and renaming the library to match the module name

        $ cp /install/path/lib/libGeopsyPyCoreWave.so /install/path/python/GeopsyPyCoreWave.so

   To use the module inside Python

        $ export PYTHONPATH=/install/path/python
