Comments - Build Environment Setup for Mac

13 years, 7 months ago Hakan Küçükyılmaz

With the latest XCode >= 3.2 compiling MariaDB got easier. Just install XCode >= 3.2 and bzr >= 2.0 and you have everything you need.

bzr you get from http://wiki.bazaar.canonical.com/Download

Short version:

bzr init-repository /Users/hakan/work/monty_program
cd /Users/hakan/work/monty_program
bzr branch lp:maria maria-local-master
bzr branch maria-local-master maria
cd maria
BUILD/compile-amd64-debug-max-no-ndb
cd mysql-test
./mysql-test-run.pl

If you want to speed up your compile time use ccache from fink or MacPorts

 
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.