I just have one last post to round out my series on building MySQL and MariaDB on Windows.
Before, I showed how to obtain the latest source tree and build it. In this one, I simply want to show how easy it is to continue off of that.
So it’s been a week or so, and now you want the latest fixes:
-
cd C:\mysql-5.5\mysql-5.5
-
bzr pull
-
cmake . -DBUILD_CONFIG=mysql_release
- VS: File -> Open -> Solution -> MySql.sln
- VS: Build -> Build Solution
- VS: Right-click “PACKAGE” -> Build (in “Solution Explorer” View)
Simple as that.
Your “no-install” package will be located at:
C:\mysql-5.5\mysql-5.5\mysql-5.5.21-win32.zip
Full Outputs for Reference:
C:\Users\Chris>cd …[Read more]