From 2e137eec8c2ed68d2f523dd6defac08140fde070 Mon Sep 17 00:00:00 2001 From: Yutaka Hoshino Date: Tue, 18 Jun 2013 17:13:32 +0900 Subject: [PATCH] Add execute bootstrap.sh step in MySQL5.5 section --- compiling.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compiling.txt b/compiling.txt index a5469cc..79d854c 100755 --- a/compiling.txt +++ b/compiling.txt @@ -51,6 +51,8 @@ extra 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 make