File: README.en

package info (click to toggle)
ninix-aya 5.0.9-1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, trixie
  • size: 1,724 kB
  • sloc: ruby: 34,530; makefile: 42; sh: 33
file content (143 lines) | stat: -rw-r--r-- 5,005 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
--------------------------
ninix-aya(Function extended version of ninix)
--------------------------

What is this?
----------
Ninix-aya ,once known as 'AYA compatible modules and so forth for
ninix', is a functionally extended fork of desktop accessory
application 'ninix' that runs on Unix OSes.
It also includes improvements and bug fixes not included in the
original ninix.
Now it runs not only on Unix OSes but also on Windows.
After version 4.500.x (i.e. 5.x series) it switched to use Ruby.

What are necessary to ruy ninix-aya?
----------
Following softwares are necessary to run ninix-aya.
It may not work properly if you use older version than confirmed one.

- Ruby (http://www.ruby-lang.org/)
  Language used to develope and run this software.
  We have confirmed the operation with version 2.5.1 and 2.3.3.
  * Please install Ruby Installer and Devkit on Windows.

- NArray(http://masa16.github.io/narray/)
  Ruby class library that makes it easy and fast to compute
  large-scale multidimensional numerical arrays.
  We have confirmed the operation with version 0.6.1.2 and 0.6.1.1.

- Ruby/GTK3 (http://ruby-gnome2.osdn.jp/)
  Set of Ruby language bindings for the GNOME development environment.
  We have confirmed the operation with version 3.2.7 and 3.1.0.

- GTK+ (http://www.gtk.org/)
  Multi-platform toolkit for creating graphical user interfaces.
  We have confirmed the operation with version 3.22.30 and 3.22.11.
  Version 3.22 or later is mandatory.

- Ruby/GStreamer (http://ruby-gnome2.osdn.jp/)
  This software is not mandatory for ninix-aya to run.
  Used to play back audio files.
  We have confirmed the operation with version 3.2.7 and 3.1.0.

- GStreamer (http://gstreamer.freedesktop.org/)
  This software is not mandatory for ninix-aya to run.
  Used to play back audio files.
  We have confirmed the operation with version 1.14.1 and 1.10.4.

- Rubyzip(https://github.com/rubyzip/rubyzip)
  Ruby library for reading and writing zip files.
  We have confirmed the operation with version 1.2.1 and 1.2.0.

- Ruby gettext(http://ruby-gettext.github.io/)
  Ruby library and tools for localization.
  We have confirmed the operation with version 3.2.9 and 3.2.2.

- CharlockHolmes (http://github.com/brianmario/charlock_holmes)
  This software is not mandatory for ninix-aya to run.
  Necessary if you would like to run 'ghost' which uses 'MISAKA'
  library and whose encoding is not Shift-JIS.
  We have confirmed the operation with version 0.7.5 and 0.7.3.

Installation
------------
For Linux distributions such as Debian, we recommend to use offical
package.

In following sentences we explain how to install from the source
archive. And we assume Unix OS.

Download source archive of latest version and extract it.

There are items in Makefile that specifies following settings.

* Global installation destination directory (prefix)
* Installation destination directory of files for localization
  (localedir)
* Path for SHIORI .so files such as KAWARI8 and YAYA (shiori_so_dir)
* And so on

Modify them according to your environment.

Then installation will be completed if you execute 'make install' as
following.

# make install

Script to execute ninix-aya is installed. So execute it.

$ ninix

On Windows environment extract source archive and execute
lib/ninix_main.rb with Ruby interpreter.

* Steps to install required library by using 'gem'.
  (You need to install DevKit in advance)
  gem install narray
  gem install gtk3
  gem install gstreamer
  gem install gettext
  gem install rubyzip

License
----------
Copyright (C) 2001, 2002 by Tamito KAJIYAMA <kajiyama3@geocities.co.jp>
Copyright (C) 2002-2007 by MATSUMURA Namihiko <nie@counterghost.net>
Copyright (C) 2002-2019 by Shyouzou Sugitani <shy@users.osdn.me>
Copyright (C) 2002, 2003 by ABE Hideaki <abe-xx@eos.dricas.com>
Copyright (C) 2003-2005 by Shun-ichi TAHARA <jado@flowernet.gr.jp>

This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License (version 2) as
published by the Free Software Foundation.  It is distributed in the
hope that it will be useful, but WITHOUT ANY WARRANTY; without even the
implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.  See the GNU General Public License for more details.

Contact Information.
------
This software is developed and distruted by Shyouzou Sugitani and
MATSUMURA Namihiko (a.k.a. Sakura No Nie).
Mail addresses are

Shyouzou Sugitani <shy@users.osdn.me>
MATSUMURA Namihiko <nie@counterghost.net>

Or access forums of http://osdn.jp/projects/ninix-aya/
(There are part of old developement informations at
http://nie.counterghost.net/)

Links
------
Home page of Are Igai No Nanika with 'Nin-i' (Something other than
that with 'ANY') - Ninix distribution site
http://www.geocities.co.jp/SiliconValley-Cupertino/7565/

Home page of ninix-aya developement projcet
http://ninix-aya.osdn.jp/

Ninix-aya distribution site
http://osdn.jp/projects/ninix-aya/

Concluded.