
# You may need to unlink the existing version of subversion installed via # We need the svn and apr headers from a brew installation of subversion. When compiling on macOS 10.12, the following is needed: # There is an incompatibility with the system installed svn and apr headers. $ brew install wget git autoconf automake libtool subversion maven xz The Command Line Tools from XCode >= 8.0 are required.
#Gitbox apache mac os x#
When building Mesos with the Apple-provided toolchain, the Command Line Tools from XCode >= 8.0 are required XCode 8 requires Mac OS X 10.11.5 or newer.
#Gitbox apache for mac os x#
Mac OS X 10.11 (El Capitan), macOS 10.12 (Sierra)įollowing are the instructions for Mac OS X El Capitan. $ sudo apt-get -y install build-essential python-dev python-six python-virtualenv libcurl4-nss-dev libsasl2-dev libsasl2-modules maven libapr1-dev libsvn-dev zlib1g-dev iputils-ping If you are using a different OS, please install the packages accordingly. $ sudo apt-get -y install build-essential python-dev python-six python-virtualenv libcurl4-nss-dev libsasl2-dev libsasl2-modules maven libapr1-dev libsvn-devįollowing are the instructions for stock Ubuntu 16.04. $ sudo apt-get install -y autoconf libtool # Install autotools (Only necessary if building from git repository). Ubuntu 14.04įollowing are the instructions for stock Ubuntu 14.04. When in doubt, please validate that /etc/hosts contains your hostname. Make sure your hostname is resolvable via DNS or via /etc/hosts to allow full support of Docker’s host-networking capabilities, needed for some of the Mesos tests. To build Mesos from source, follow the instructions in the Windows section. For full support of process isolation under Linux a recent kernel >= 3.10 is required. On Linux, a kernel version >= 2.6.28 is required at both build time and run time. To build Mesos from source, GCC 4.8.1+ or Clang 3.5+ is required. Mesos runs on Linux (64 Bit) and Mac OS X (64 Bit). NOTE: If you have problems running the above commands, you may need to first run through the System Requirements section below to install the wget, tar, and git utilities for your system. Clone the Mesos git repository ( Advanced Users Only) $ git clone Download the latest stable release from Apache ( Recommended) $ wget Ģ. There are different ways you can get Mesos:ġ.
