Skip to content

Instantly share code, notes, and snippets.

@ohac
Created April 2, 2010 06:12
Show Gist options
  • Save ohac/352821 to your computer and use it in GitHub Desktop.
Save ohac/352821 to your computer and use it in GitHub Desktop.
linuxでのexerbの使い方
http://sourceforge.jp/projects/exerb/releases/45566 をダウンロード
$ unzip exerb-5.1.0.zip
$ cd exerb-5.1.0
exerb-5.1.0$ cat >a.rb
puts :hello
^D
exerb-5.1.0$ ruby -Ilib -rexerb/mkexy a.rb
exerb-5.1.0$ EXERBCORE=data/exerb ruby -Ilib bin/exerb a.exy
exerb-5.1.0$ wine a.exe
hello
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment