Build Environment Setup for Mac

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

XCode

  • Install Xcode from Apple (free registration required): 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 the build tools needed for MariaDB

sudo port install cmake jemalloc judy openssl boost

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.