Skip to content

Instantly share code, notes, and snippets.

@trodrigu
Last active May 27, 2016 19:19
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 trodrigu/f175ecb23bf141a268c6a056c23e37b3 to your computer and use it in GitHub Desktop.
Save trodrigu/f175ecb23bf141a268c6a056c23e37b3 to your computer and use it in GitHub Desktop.
Solves problem with libv8, therubyracer and event_machine
gem install eventmachine -v '1.0.7' -- --with-cppflags=-I/usr/local/opt/openssl/include
gem uninstall libv8
gem install therubyracer -v YOUR_RUBY_RACER_VERSION
gem install libv8 -v YOUR_VERSION -- --with-system-v8
# if issue with capybara-webkit
brew install qt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment