Last active
May 27, 2016 19:19
-
-
Save trodrigu/f175ecb23bf141a268c6a056c23e37b3 to your computer and use it in GitHub Desktop.
Solves problem with libv8, therubyracer and event_machine
This file contains hidden or 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
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