Module must be compiled as part of MySQL source code.
The compilation should follow MySQL compilation guide for used version of MySQL source code.
Compilation was tested with mysql-5.6.17 using Visual Studion 2012 compiler.
Example of compilation on Linux/Unix:
cmake . make
Example of compilation on Windows:
cmake . -G "Visual Studio 10 2010" devenv MySQL.sln /build RelWithDebInfo