Menu

Compilation

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

Related

Wiki: Home

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.