--- nono/doc/index.php 2026/04/29 17:04:57 1.1.1.9 +++ nono/doc/index.php 2026/04/29 17:05:04 1.1.1.11 @@ -4,16 +4,10 @@ Licensed under nono-license.txt --> 1) - get_version($_SERVER['argv'][1]); - -function get_version($filename) -{ - global $nono_ver; - - $fp = fopen($filename, "r"); + $fp = fopen("../lib/header.h", "r"); if ($fp !== false) { while (($buf = fgets($fp)) !== false) { if (preg_match("/NONO_MAJOR_VER\s+\((\d+)\)/", $buf, $m)) { @@ -31,13 +25,12 @@ function get_version($filename) } fclose($fp); - $nono_ver = "${nono_major}.${nono_minor}.${nono_patch} (${nono_date})"; + $nono_ver = "${nono_major}.${nono_minor}.${nono_patch}"; } -} ?> -

nono

+

nono ()

nono は NetBSD とかで動作する OMRON LUNA-I や LUNA88K とかのエミュレータです。 nono is OMRON LUNA-I and LUNA88K emulator runs on NetBSD and etc. @@ -46,20 +39,20 @@ nono は NetBSD とかで動作する OM

Index of this page:

-ビルド方法 How to build
-コマンドラインオプション Command Line Option
-設定 Configuration
-VM について About VM
-実行してみる Try it
-ネットワーク設定例 Example of network setup
-過去のバージョンからの移行方法 +1. ビルド方法 How to build
+2. コマンドラインオプション Command Line Option
+3. 設定 Configuration
+4. VM について About VM
+5. 実行してみる Try it
+6. ネットワーク設定例 Example of network setup
+7. 過去のバージョンからの移行方法 How to migrate from old versions
-変更履歴 Changes
-連絡先、ライセンス等 Contact, License, etc
+8. 変更履歴 Changes
+9. 連絡先、ライセンス等 Contact, License, etc
-

ビルド方法 How to build

+

1. ビルド方法 How to build

ビルドには以下が必要です。 NetBSD(pkgsrc) なら wxWidgets は pkgsrc/x11/wxGTK30 です @@ -81,7 +74,7 @@ For clang, 7.0 and 8.0 works at least.)

(NetBSD 以外でのビルドはサポートしていませんが) Ubuntu 20.04 ではたぶん以下のパッケージが必要です。 -You may need the following packages on Ubuntu 18.04 +You may need the following packages on Ubuntu 20.04 (though we won't support non-NetBSD platform).

+ +

8. 変更履歴 Changes

+
+See changes.html. +
+ -

ライセンス License

+

9. 連絡先、ライセンス等 Contact, License, etc

+ +
9.1. ライセンス License
See nono-license.txt.
- -

連絡先 Contact us

+
9.2. 連絡先 Contact us
バグ報告などは以下にお願いします。日本語でおk。 If you find any problems, please let me know. @@ -1190,12 +1517,11 @@ You may write in English.
>https://github.com/isaki68k/nono-issue/issues
- -

パッチの提供について About contributes

+
9.3. パッチの提供について About contributes
パッチを提供してくださる場合は以下に同意したものとします。 -If you provide a patch to nono, you must agree to the following conditions: - +If you provide a patch to nono, you must agree to the following +conditions:
- -

Acknowledgements

+
9.4. Acknowledgements
nono は以下の広告条項を含むソースコードを利用しています。 nono uses source code with the following advertising clause.