Build Environment Setup for Mac

You are viewing an old version of this article. View the current version here.

XCode

  • Install Xcode from Apple (need registration): http://developer.apple.com/tools/xcode/ or from your Mac OS X installation disk (macports needs XCode >= 3.1, so if you do not have that version or greater you will need to download the latest version, which is 900+ MB)

MacPorts

Install bzr

First install gtk with aqua interface (if you prefer the X11 variant just remove "+quartz" and "+no_x11" from the following lines):

sudo port install pango +quartz +no_x11
sudo port install cairo +quartz +no_x11
sudo port install gtk2 +quartz

Next install bzr and its utils:

sudo port install bzr
sudo port install bzrtools
sudo port install bzr-gtk

Or just download a .dmg and install it from http://wiki.bazaar.canonical.com/Download

Install the build tools needed for Mysql/MariaDB

  • bison sudo port install bison
  • autoconf (this might already be installed) sudo port install autoconf
  • libtool (this might already be installed) sudo port install libtool

Your Mac should now have everything it needs to get, compile, and otherwise work with the MariaDB source code. The next step is to actually get a copy of the code. For help with this see the Getting the MariaDB Source Code page.

Comments

Comments loading...
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.