Created
August 15, 2013 19:39
-
-
Save mglukhovsky/6244066 to your computer and use it in GitHub Desktop.
RethinkDB 1.8 on OS X 10.8.2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
brew doctor
output: