Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

therubyracer dependency #5

Open
KRaymundus opened this issue Apr 13, 2015 · 1 comment
Open

therubyracer dependency #5

KRaymundus opened this issue Apr 13, 2015 · 1 comment

Comments

@KRaymundus
Copy link

I am trying to make this gem work in a windows environment. This gives trouble when installing the 'therubyracer' dependency. I see two options:

  1. The first answer on this question says there is no way to install the therubyracer gem on windows, but I found a build for windows here. The problem is: this build is version 0.11.0beta. ng_classify requires 0.12. Is it possible to make ng_classify work with this version?

  2. Here I found: "On windows gem 'therubyracer' is not required as it is used to provide the runtime environment and runtime environment already supports on windows". So maybe using :platform is an option to include the therubyracer gem only on non-windows platforms?

@pencilcheck
Copy link
Owner

That's interesting. Never thought of that before but at the same time I don't have a Windows machine to this on. Thanks for your feedback will look into fixing when I have more time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants