2.1.2 Unix

To install the GINV software under Unix one needs the library gmp (http://www.swox.com/gmp) assembled with C++ support. For the code optimization under a given computer architecture one can properly adjust the C++ compiler options in the file setup.py.

The assemblage of the module ginv is done in line with the standard scheme for Python:

python setup.py build
For installation into the standard folder (and assemblage if the module has not been assembled):
python setup.py install
For installation into a non-standard folder:
python setup.py install --prefix=/home/user/pyginv