Add MySQL5.6 build comment

pull/57/head
Yutaka Hoshino 2013-07-31 12:52:57 +09:00
parent 78abdeab07
commit e0e9529802
1 changed files with 4 additions and 4 deletions

View File

@ -35,13 +35,13 @@ This will create configure script. Then run:
CXX='gcc -static-libgcc' CC='gcc -static-libgcc' ./configure --with-mysql=mysql-5.1.40 CXX='gcc -static-libgcc' CC='gcc -static-libgcc' ./configure --with-mysql=mysql-5.1.40
==== MySQL 5.5 ====== ==== MySQL 5.5 / 5.6 ======
Extract MySQL 5.5 source code Extract MySQL 5.5 or 5.6 source code
go to mysql-src dir and run: go to mysql-src dir and run:
cd mysql-5.5.8 cd mysql-5.5.x or mysql-5.6.x
cmake . cmake .
make make
@ -53,7 +53,7 @@ back to working dir and run:
chmod +x bootstrap.sh chmod +x bootstrap.sh
./bootstrap.sh ./bootstrap.sh
CXX='gcc -static-libgcc' CC='gcc -static-libgcc' ./configure --with-mysql=mysql-5.5.8 --with-mysql-libservices=mysql-5.5.8/libservices/libmysqlservices.a CXX='gcc -static-libgcc' CC='gcc -static-libgcc' ./configure --with-mysql=mysql-5.x.x --with-mysql-libservices=mysql-5.x.x/libservices/libmysqlservices.a
make make
==== Compiling with make ===== ==== Compiling with make =====