Created
May 8, 2015 08:42
-
-
Save cannapages/5a60907952a79d54c0df to your computer and use it in GitHub Desktop.
Fresh Ubuntu/Ruby Todo
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
sudo apt-get update | |
sudo apt-get upgrade | |
\curl -sSL https://get.rvm.io | bash -s stable --rails | |
rvm install ruby 1.9 --default | |
sudo apt-get install build-essential libsdl2-dev libsdl2-ttf-dev libpango1.0-dev libgl1-mesa-dev libfreeimage-dev libopenal-dev libsndfile-dev libiconv-hook-dev libxml2-dev freeglut3 freeglut3-dev ImageMagick libmagickwand-dev | |
gem install faster_xml_simple | |
gem install gosu releasy texplay ashton gamebox chipmunk ruby-opengl rmagick |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment