Merge pull request #54 from conmame/fix_compiling_step

Add execute bootstrap.sh step in MySQL5.5 section
pull/53/merge
Guy Lichtman 2013-06-18 04:08:34 -07:00
commit 892aa00e24
1 changed files with 2 additions and 0 deletions

View File

@ -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