-
Notifications
You must be signed in to change notification settings - Fork 0
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
Problem Installing Ruby #1
Comments
If you guys are trying to run rake assets:precompile ENV_RAILS=production on a Windows machine, you most probably will run into an ExecJS error. This solution worked for me. |
Hihi, I'm trying to install Gosu in my RailsGirls Virtual Machine. Want to try my hand at a Pong clone. When installing Gosu, I used this command Could you point me to a resource on how to fix this please? And any kind of pro tip is always something I need haha :) 🙇 |
I haven't tested this one myself but after some Googling, there's actually a page where all of the dependencies listed. You can try installing them first:
Sources: |
@kayelbaby You'll need to update your PATH too when you install a database engine. Don't think Gosu needs one yet. Also, do check whether you have the correct Ruby / Rails version needed before installing Gosu (or any other gem). |
@kayelbaby sorry for late response The Gosu dependancies on the Gosu website is for Trusty. Try this
And then your --- Edited --- Ah sorry, the latest Gosu gem uses libsdl2-dev. And since on Precise you only have libsdl1.2-dev, you'll need to use an earlier version. Try |
Aiseh, should've paid more attention to the details. Apparently RailsGirls Virtual Machine is using Ubuntu 12.04 (Precise Pangolin). |
Everyone should use Docker now :) |
Hello :) This is our attempt at a poor-man's solution for a virtual Install-fest.
If you're having problem installing Ruby on your machine, or any Ruby-related installation. Please post it here so we can help you.
Here are a couple of things that can help us identify the issues:-
The text was updated successfully, but these errors were encountered: