Skip to content

SetupSmalruby

Makoto Yonezawa edited this page Feb 18, 2017 · 3 revisions

Smalruby

Macでやったこと

  • homebrewがちゃんとできてなかった
   $ sudo chown -R $(whoami):admin /usr/local
   $ brew install rbenv ruby-build
   //.bash_profileを設定する
   $ rbenv install 2.2.6
  • SDLのインストール
    $ brew install sdl sdl_image sdl_mixer sdl_ttf 
  • libSGEのインストール
   $ brew install  https://gist.githubusercontent.com/ymmtmdk/5b15f2b06aef5549eb5a/raw/ebf4c9758b1f772f0f6073e7b2bdbb5e9665ee74/libsge.rb
  • smalruby ダウンロード
   $ gem install bundler
   $ bundle install
   >> error!
   
   次のコマンドで解決  
   $ gem update --system
   >>うまくいかなかったー。

ラズパイでやってみる

Clone this wiki locally