Prerequisites: Make sure you're on OS X 10.9 (Mavericks) or above, and have Homebrew installed.
Run the following in your terminal:
brew update && brew install rethinkdb
Building RethinkDB from source requires OS X 10.9 (Mavericks) or greater. Xcode is required to build from source.
Download and extract the archive:
wget https://download.rethinkdb.com/dist/rethinkdb-2.3.4.tgz tar xf rethinkdb-2.3.4.tgz
Kick off the build process:
cd rethinkdb-2.3 ./configure --allow-fetch --fetch openssl make
You will find the rethinkdb
binary in the build/release/
subfolder.