Compile Psi4 as a Shared Library

Is there a reasonably straightforward way of compiling psi4 as a shared library?

In your build directory type

make psi4so

and it should generate a shared library for you. You will find it in the bin directory. However, it has been a while since the shared library has been tested. If you have any issues, please let us know.

Thank you very much for the quick and useful reply. Worked correctly.