|
RubyPackagingOnWindows
How to wrap up Ruby/Gosu games for deployment on Microsoft Windows.
= Ruby/Gosu Packaging on Microsoft Windows To compile your Ruby game into an executable on Windows, you need to run it through the following program from the command line: http://github.com/larsch/ocra/tree/master In theory, it should be as simple as these two lines in a command prompt: gem install ocra ocra my_ruby_game.rb If you have any trouble, feel free to ask on the Gosu boards. Ocra is still a project in development and everybody can benefit from sharing your experience. |
Sign in to add a comment
