[ruby-list:50730] WRB 2.0.0 released
From:
Banjo <banjokoyu@...>
Date:
2018-12-25 11:33:28 UTC
List:
ruby-list #50730
Hi, we released WRB 2.0.0 This is a Windows GUI framework for Ruby running on Ruby 2.X, forked from Project VisualuRuby(temp-name). To install this, follow the instructions below. * Make sure that you can install the extension library, that is, C compiler, Make tool etc works. We recommend RubyInstaller that bundles MSYS 2, if you want to use a binary package to do it. * Type below in your command line. $ gem install wrb * Wait a few minutes, and make sure following message. Done installing documentation for wrb after ?? seconds 1 gem installed * Type "wrb" to see the documents and samples. * Type "wrb -f" to run the FormDesigner. * Visit <https://bitbucket.org/wrb/wrb/> to browse the source. Enjoy!! -- 雪見酒 改め Banjo です。 表題のものをリリースしました。 これはRuby2.Xで動作するWindowsフレームワークで、Visualu Ruby プロジェクトの後継となるものです。 必要条件: * Windows10 または Windows7(多分) 64/32bit どちらでも(多分) * Ruby2.3以降をコマンドラインから実行できる環境 * かつRubyの拡張ライブラリをコンパイル・ビルドできる環境 バイナリパッケージであれば、RubyInstallerがお勧めです。 これのRuby2.4以降はMSYS2がバンドルされていますので、手間い らずです。 インストールするには: * コマンドラインから以下をタイプしてください。 $ gem install wrb * 数分待って、以下のメッセージが確認できれば成功です! Done installing documentation for wrb after ?? seconds 1 gem installed * 使い方: ドキュメントを読むには、コマンドラインから "wrb" FormDesigner を起動するには、"wrb -f" * ソースを参照するには <https://bitbucket.org/wrb/wrb/> へ。 お楽しみください!