-
Notifications
You must be signed in to change notification settings - Fork 1
SetupSmalruby
Makoto Yonezawa edited this page Feb 18, 2017
·
3 revisions
- https://github.com/smalruby/smalruby-book
- windowsならすんなり動いた...
- macでもう一度、やってみる
- homebrewがちゃんとできてなかった
$ sudo chown -R $(whoami):admin /usr/local
- XcodeのCommand Line Toolのインストール方法が変わってた。siteからDLするようになった。
- rbenvのインストール
$ 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
>>うまくいかなかったー。