To install this module you need to untar your pike sources, 
and in the src/modules/ directory untar this code.

Then in the src/ directory,
./configure
make

You need to have the header file msql.h and the library libmsql.a in one of the
'standard' locations. If you have it, and the configure-script
doesn't find it, you can set BEFORE RUNNING CONFIGURE the environment
variables CPPFLAGS and LDFLAGS to the flags you'd use for your compiler
to locate the include and library files msql.h and libmsql.a

Documentation is availible in the doc/ directory, it will be HTML-ized
if you
make html_docs
as Msql_msql.html
