sudo apt-get install git cmake make gcc g++ libmysqlclient-dev libssl-dev libbz2-dev libreadline-dev libncurses-dev
sudo apt-get install libace-6.0.3 libace-dev
Install XCode using the App Store, then open the terminal and type:
xcodeselect --install
For those who don't have Homebrew installed, you can easily install it typing:
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
Then use it to install the required packages:
brew update
brew install openssl readline cmake ace coreutils bash bash-completion
Install Visual Studio 2013 or 2015 Community
Install CMake version >= 2.8
Install latest version of Git Extensions
MySQL Server Community Edition ( 5.6 or 5.5 )
These files are shipped with MySQL Server but to make it easier we packed the libs and include files for both 32 bits and 64 bits.
Extract the files to a known location, e.g, C:\MySQL, directory structure must be following: C:\MySQL\include and C:\MySQL\lib\debug (Move libmysql.dll and libmysql.lib there)
Install OpenSSL version 1.0.x (Do not install the Light version)
Download the 64bit version. Or you can get both if you plan to compile both 32 and 64bit, they can coexist side by side.
Find the 64bit version by finding the _latest _ Win64 OpenSSL that is NOT the "light" version.
Find the 32bit version by finding the _latest _ Win32 OpenSSL that is NOT the "light" version.
Note #1: If you get a "Missing Microsoft Visual C++ 2008 Redistributables" error message while installing OpenSSL, download the ** Microsoft Visual C++ 2008 Redistributable Package (x64) ** (1.7MB Installer) and install it. If you need 32bit support, download and install the Microsoft Visual C++ 2008 Redistributable Package (x86) .
_Note #2: While installing OpenSSL, choose The OpenSSL binaries (/bin) directory (NOT "The Windows system directory") when given the choice on where to copy the OpenSSL DLLs. These DLLs will need to be located easily for Core Installation