Ruby GTK3移行後のメインリポジトリ
Revisión | 7c0e99f2edb11c616a63d22a84a0a159d1ad23c4 (tree) |
---|---|
Tiempo | 2018-07-07 21:11:21 |
Autor | Shyouzou Sugitani <shy@user...> |
Commiter | Shyouzou Sugitani |
update docs
@@ -2,6 +2,7 @@ Sat July 7 2018 Shyouzou Sugitani <shy@users.osdn.me> | ||
2 | 2 | * できるだけ広範囲のバージョンのRuby/Gtk3で動作するように調整した. |
3 | 3 | * easyballoon互換モジュールが旧描画方法のままになっていたのを修正した. |
4 | 4 | * CommunicateWindowが旧描画方法のままになっていたのを修正した. |
5 | + * README.enを追加した.(Thanks to Yasuhiro KIMURAさん) | |
5 | 6 | |
6 | 7 | Sun April 29 2018 Shyouzou Sugitani <shy@users.osdn.me> |
7 | 8 | * MCIAudio(R)互換モジュールのメッセージ処理を修正した. |
@@ -19,46 +19,46 @@ It may not work properly if you use older version than confirmed one. | ||
19 | 19 | |
20 | 20 | - Ruby (http://www.ruby-lang.org/) |
21 | 21 | Language used to develope and run this software. |
22 | - We have confirmed the operation with version 2.3.3.. | |
22 | + We have confirmed the operation with version 2.5.1 and 2.3.3. | |
23 | 23 | * Please install Ruby Installer and Devkit on Windows. |
24 | 24 | |
25 | 25 | - NArray(http://masa16.github.io/narray/) |
26 | 26 | Ruby class library that makes it easy and fast to compute |
27 | 27 | large-scale multidimensional numerical arrays. |
28 | - We have confirmed the operation with version 0.6.1.1. | |
28 | + We have confirmed the operation with version 0.6.1.2 and 0.6.1.1. | |
29 | 29 | |
30 | 30 | - Ruby/GTK3 (http://ruby-gnome2.osdn.jp/) |
31 | 31 | Set of Ruby language bindings for the GNOME development environment. |
32 | - We have confirmed the operation with version 3.1.8. | |
32 | + We have confirmed the operation with version 3.2.7 and 3.1.0. | |
33 | 33 | |
34 | 34 | - GTK+ (http://www.gtk.org/) |
35 | 35 | Multi-platform toolkit for creating graphical user interfaces. |
36 | - We have confirmed the operation with version 3.22.18. | |
36 | + We have confirmed the operation with version 3.22.30 and 3.22.11. | |
37 | 37 | Version 3.22 or later is mandatory. |
38 | 38 | |
39 | 39 | - Ruby/GStreamer (http://ruby-gnome2.osdn.jp/) |
40 | 40 | This software is not mandatory for ninix-aya to run. |
41 | 41 | Used to play back audio files. |
42 | - We have confirmed the operation with version 3.1.8. | |
42 | + We have confirmed the operation with version 3.2.7 and 3.1.0. | |
43 | 43 | |
44 | 44 | - GStreamer (http://gstreamer.freedesktop.org/) |
45 | 45 | This software is not mandatory for ninix-aya to run. |
46 | 46 | Used to play back audio files. |
47 | - We have confirmed the operation with version 1.12.2. | |
47 | + We have confirmed the operation with version 1.14.1 and 1.10.4. | |
48 | 48 | |
49 | 49 | - Rubyzip(https://github.com/rubyzip/rubyzip) |
50 | 50 | Ruby library for reading and writing zip files. |
51 | - We have confirmed the operation with version 1.2.1. | |
51 | + We have confirmed the operation with version 1.2.1 and 1.2.0. | |
52 | 52 | |
53 | 53 | - Ruby gettext(http://ruby-gettext.github.io/) |
54 | 54 | Ruby library and tools for localization. |
55 | - We have confirmed the operation with version 3.2.2. | |
55 | + We have confirmed the operation with version 3.2.9 and 3.2.2. | |
56 | 56 | |
57 | 57 | - CharlockHolmes (http://github.com/brianmario/charlock_holmes) |
58 | 58 | This software is not mandatory for ninix-aya to run. |
59 | 59 | Necessary if you would like to run 'ghost' which uses 'MISAKA' |
60 | 60 | library and whose encoding is not Shift-JIS. |
61 | - We have confirmed the operation with version 0.7.3. | |
61 | + We have confirmed the operation with version 0.7.5 and 0.7.3. | |
62 | 62 | |
63 | 63 | Installation |
64 | 64 | ------------ |