Skip to content

Instantly share code, notes, and snippets.

@mglukhovsky
Created August 15, 2013 19:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mglukhovsky/6244066 to your computer and use it in GitHub Desktop.
Save mglukhovsky/6244066 to your computer and use it in GitHub Desktop.
RethinkDB 1.8 on OS X 10.8.2
dr-manhattan:rethinkdb-www michael$ brew install rethinkdb
==> Installing rethinkdb dependency: boost
==> Downloading http://downloads.sourceforge.net/project/boost/boost/1.54.0/boost_1_54_0.tar.bz2
######################################################################## 100.0%
==> Downloading patches
######################################################################## 100.0%
######################################################################## 100.0%
######################################################################## 100.0%
######################################################################## 100.0%
==> Patching
patching file libs/coroutine/build/Jamfile.v2
patching file boost/date_time/local_time/custom_time_zone.hpp
patching file boost/log/utility/once_block.hpp
patching file boost/thread/win32/thread_primitives.hpp
==> ./bootstrap.sh --prefix=/usr/local/Cellar/boost/1.54.0 --libdir=/usr/local/Cellar/boost/1.54.0/lib --without-icu
==> ./b2 --prefix=/usr/local/Cellar/boost/1.54.0 --libdir=/usr/local/Cellar/boost/1.54.0/lib -d2 -j5 --layout=tagged --user-config=user-config.jam install threading=mul
🍺 /usr/local/Cellar/boost/1.54.0: 9865 files, 568M, built in 26.1 minutes
==> Installing rethinkdb
==> Downloading http://download.rethinkdb.com/dist/rethinkdb-1.8.0.tgz
######################################################################## 100.0%
==> ./configure --prefix=/usr/local/Cellar/rethinkdb/1.8.0 --fetch protobuf
==> make
==> make install-osx
==> Caveats
To have launchd start rethinkdb at login:
ln -sfv /usr/local/opt/rethinkdb/*.plist ~/Library/LaunchAgents
Then to load rethinkdb now:
launchctl load ~/Library/LaunchAgents/homebrew.mxcl.rethinkdb.plist
==> Summary
🍺 /usr/local/Cellar/rethinkdb/1.8.0: 176 files, 25M, built in 13.2 minutes
dr-manhattan:rethinkdb-www michael$
@mglukhovsky
Copy link
Author

brew doctor output:

dr-manhattan:rethinkdb-www michael$ brew doctor
Warning: Broken symlinks were found. Remove them with `brew prune`:
  /usr/local/bin/mocha
  /usr/local/bin/jwalk
  /usr/local/bin/jsonlint
  /usr/local/bin/jade
  /usr/local/bin/handlebars
  /usr/local/bin/express
  /usr/local/bin/docco
  /usr/local/bin/coffee
  /usr/local/bin/cake
  /usr/local/bin/_mocha

Warning: Some keg-only formula are linked into the Cellar.
Linking a keg-only formula, such as gettext, into the cellar with
`brew link <formula>` will cause other formulae to detect them during
the `./configure` step. This may cause problems when compiling those
other formulae.

Binaries provided by keg-only formulae may override system binaries
with other strange results.

You may wish to `brew unlink` these brews:

    libxml2
dr-manhattan:rethinkdb-www michael$

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment