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
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
Comments