MySQL Forums
Forum List  »  MySQL Workbench

Re: Compile/build wb from source - Centos7, 64bit.
Posted by: Marcin Szalowicz
Date: January 19, 2015 02:01AM

Hello Pól Ua,

you should be able to build WB with the following steps:

sudo yum install cmake tinyxml tinyxml-devel gcc-c++ libzip libzip-devel gtkmm24-devel swig mysql-community-devel mysql-community-client libxml2-devel gdal-devel unixODBC-devel pcre-devel libgnome-keyring-devel libuuid-devel vsqlite++-devel ctemplate-devel autoconf automake libtool boost-devel

After that, you'll have to download mysql-connector-c++ from dev.mysql.com and install it.

You'll also need to apply a patch for the Workbench sources, that can be found in this bug report http://bugs.mysql.com/bug.php?id=75421
The patch name is ctemplate-0.97.patch

Marcin Szałowicz, MySQL Developer Tools
Oracle Corporation

Report bugs to http://bugs.mysql.com
MySQL documentation can be found here: http://dev.mysql.com/doc/refman/5.6/en/index.html

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Compile/build wb from source - Centos7, 64bit.
587
January 19, 2015 02:01AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.