mysql5.7.9编译

mysql5.7.9版本的源码编译和以往有所不同。

Source Installation System Requirements

 

1、  cmake,http://www.cmake.org

2、  推荐使用GUN make3.7.5,或更新版本:http://www.gnu.org/software/make/

3、  GCC 4.4.6或更新;Clang 3.3或更新;visual studio2013或更新。

4、  Boost1.59.0或更新。安装之后CMAKE需要指定WITH_BOOST:

cmake . -DWITH_BOOST=/usr/local/boost_1_59_0

5、  如果运行test脚本需要安装Perl。Windows上可以使用ActiveStateperl

 

 

Toinstall MySQL from a development source tree, the following additional toolsare required:

 

The Gitrevision control system is required to obtain the development source code. TheGitHub Help provides instructions for downloading and installing Git ondifferent platforms. MySQL officially joined GitHub in September, 2014. Formore information about MySQL'

你可能感兴趣的:(MySQL源码分析)