Building MySQL

MySQL Building from Source

Pre-requisite:

1. Install VS C++ Express Edition

2. Microsoft Platform SDK **** very important ****

Build Process

1. Add Path to cMake installation Path

2. Configure your VS2005 Express to Microsoft Platform SDK by going to

Tools->Options->Projects and Solutions->VC++ Directories->Library files

Library files :-

Add D:\Program Files\Microsoft SDKs\Windows\v6.1\Lib

Include

D:\Program Files\Microsoft SDKs\Windows\v6.1\Include


3. Go to your source path and issue the following command \win\configure.js

WITH_INNOBASE_STORAGE_ENGINE WITH_PARTITION_STORAGE_ENGINE


4. Execute win\build-vs8.bat (if you're using Vs2005) and this will generate a VS solution file called MySQL.sln

5. Open up the solution file and build it. Goto --> Properties --> Set your configuration; Then right click on MySQL (specific component) and select Build.

Comments

Popular posts from this blog

The specified initialization vector (IV) does not match the block size for this algorithm