Add execute bootstrap.sh step in MySQL5.5 section

pull/54/head
Yutaka Hoshino 2013-06-18 17:13:32 +09:00
parent cb0b06e329
commit 2e137eec8c
1 changed files with 2 additions and 0 deletions

View File

@ -51,6 +51,8 @@ extra
back to working dir and run: back to working dir and run:
chmod +x 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.5.8 --with-mysql-libservices=mysql-5.5.8/libservices/libmysqlservices.a
make make