MySQL Workbench 5.2
-------------------

MySQL Workbench is a complete database modeling, administration and development program for MySQL.


This tree contains the source files for the MySQL Workbench 5.2.

MySQL Workbench is an extensible visual database design tool.


Building on Windows
-------------------

To build on Windows, you need Visual Studio 2008 with C++ and C# support.
You also need the latest mysql-workbench-externals-1.0-win32 package, which
contains pre-compiled binaries of all the 3rd party libraries that Workbench 
depends on.

To Build:
- Unpack mysql-gui-win-res in the same top directory as Workbench itself
- Go to the mysql-workbench directory
- Open MySQLWorkbench.sln solution file
- Select Release_OSS or the Debug Configuration
- Select x86 as the Platform
- Build Project


Buiding on Linux
----------------

To Build:
- Extract the sources into a directory, e.g. wb52
- Install dependencies. 
  sudo apt-get install build-essential autoconf automake libtool libzip-dev libxml2-dev libsigc++-2.0-dev libglade2-dev libgtkmm-2.4-dev libglu1-mesa-dev libgl1-mesa-glx mesa-common-dev libmysqlclient15-dev uuid-dev liblua5.1-dev libpixman-1-dev libpcre3-dev libgnome2-dev libgtk2.0-dev libpango1.0-dev libcairo2-dev python-dev libboost-dev
- Run ./autogen.sh --prefix=<path where you want WB to be>
- Run make -j3 install

For complete and up-to-date instructions, visit http://wb.mysql.com/?page_id=152


Buiding on Mac OS X
-------------------

To Build:
- Go to http://rudix.org/ and download and install the following packages
  gettext, glib, libpng, libsigc++, lua, pkg-config, pcre, libzip, cairo, pixman
- Install MySQL 5.1.x 32bit (64bit will not work), make sure /usr/local/mysql
  points to the correct installation
- Install Xcode 3.1.2 or later and open the MySQLWorkbench.xcodeproj file
- Select the OS X 10.5 and Debug or Release and build

==============================================================================


MySQL Workbench OSS edition is licensed under the terms of the
General Public License version 2. For the exact terms of this license,
please view the included COPYING file.


==============================================================================


For more information, newer versions, FAQ, mailing lists etc
visit http://wb.mysql.com


The MySQL Workbench Team.
