ruby - bundle install libv8 keeps loading for ages -


so i'm trying install libv8 (3.11.8.17) dependency of therubyracer on mac os mountain lion. keeps loading ages.... saying:

installing libv8 (3.11.8.17) native extensions

didn't work:

  • uninstalling , installing libv8
  • brew install v8 , installing libv8
  • downgrading therubyracer

so problem was running ruby-1.8.7

and solution: how install libv8 ruby gem on fresh mountain lion install?


Comments

Popular posts from this blog

matlab - Deleting rows with specific rules -

image - ClassNotFoundException when add a prebuilt apk into system.img in android -