Skip to content

Instantly share code, notes, and snippets.

@mr-sudaca
Last active March 28, 2016 11:18
Show Gist options
  • Save mr-sudaca/b094ec733f2f89b3afa2 to your computer and use it in GitHub Desktop.
Save mr-sudaca/b094ec733f2f89b3afa2 to your computer and use it in GitHub Desktop.
some fixes (dev on mac)
byebug
  • CC=llvm-gcc [gem install byebug / bundle ]
therubyracer
  • brew tap homebrew/dupes
  • brew install apple-gcc42
  • export CC=/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/gcc-4.2
  • export CXX=/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/g++-4.2
  • export CPP=/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/cpp-4.2
  • brew uninstall v8
  • gem uninstall libv8
  • gem install therubyracer -v '0.10.2' # specify version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment