Skip to content

Instantly share code, notes, and snippets.

@yangtheman
Created January 17, 2012 09:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yangtheman/1625856 to your computer and use it in GitHub Desktop.
Save yangtheman/1625856 to your computer and use it in GitHub Desktop.
Kidsruby on Ubuntu
# http://ryanbigg.com/2010/12/ubuntu-ruby-rvm-rails-and-you/
sudo apt-get install build-essential git-core curl
bash < <(curl -s https://rvm.beginrescueend.com/install/rvm)
echo '[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm"' >> ~/.bashrc
source .bashrc
sudo apt-get install build-essential openssl libreadline6 libreadline6-dev curl git-core zlib1g zlib1g-dev libssl-dev libyaml-dev libsqlite3-0 libsqlite3-dev sqlite3 libxml2-dev libxslt-dev autoconf libc6-dev ncurses-dev automake libtool bison subversion ruby1.9.1-dev
rvm install 1.9.3
rvm --default use 1.9.3
git clone https://github.com/hybridgroup/kidsruby.git
cd kidsruby
sudo apt-get install libqt4-dev
sudo apt-get install cmake
gem install qtbindings
bundle install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment