OSDN Git Service

Mac OS X用のインストーラ関係のファイルを追加
[neighbornote/NeighborNote.git] / README.md
index 8ed29ab..9b0bffc 100644 (file)
--- a/README.md
+++ b/README.md
@@ -8,25 +8,36 @@ Getting Started
 
 ダウンロード
 ------------
-NeighborNoteは[SourceForge.jp](http://sourceforge.jp/users/yuki792/pf/NeighborNote/files/)からダウンロード出来ます。
+NeighborNoteは[http://puma.cis.ibaraki.ac.jp/products/neighbornote/](http://puma.cis.ibaraki.ac.jp/products/neighbornote/)からダウンロード出来ます。
 
-起動方法
+起動方法(Windows)
 ------------
-neighbornote.batを実行して下さい。
+neighbornote.exeを実行して下さい。
 
+起動方法(MacOSX)
+------------
+neighbornote-osxを実行して下さい。
 
 要件
 ------------
-OpenSSLが必要です。Windowsを使っているのであれば、[Shining Light Productions - Win32 OpenSSL](http://slproweb.com/products/Win32OpenSSL.html)から"(Win32/Win64) OpenSSL v0.9.8y Light"をダウンロードしてインストールする必要があるかもしれません。
+OpenSSLが必要です。
+Windowsを使っているのであれば、[Shining Light Productions - Win32 OpenSSL](http://slproweb.com/products/Win32OpenSSL.html)から"(Win32/Win64) OpenSSL v0.9.8y Light"をダウンロードしてインストールする必要があるかもしれません。
+Linuxの場合、Ubuntuであれば"sudo apt-get install libssl-dev"コマンドをターミナルで実行することでOpenSSLをインストールできます。
 
 Download
 ------------
-NeighborNote is available on [SourceForge.jp](http://sourceforge.jp/users/yuki792/pf/NeighborNote/files/).
+NeighborNote is available on [http://puma.cis.ibaraki.ac.jp/products/neighbornote/](http://puma.cis.ibaraki.ac.jp/products/neighbornote/).
+
+How to Run(Windows)
+------------
+Please run the neighbornote.exe.
 
-How to Run
+How to Run(MacOSX)
 ------------
-Please run the neighbornote.bat.
+Please run the neighbornote-osx.
 
 Requirements
 ------------
-OpenSSL is needed. If you are using Windows, you may need to download and install "(Win32/Win64) OpenSSL v0.9.8y Light" from [Shining Light Productions - Win32 OpenSSL](http://slproweb.com/products/Win32OpenSSL.html).
+OpenSSL is needed.
+If you are using Windows, you may need to download and install "(Win32/Win64) OpenSSL v0.9.8y Light" from [Shining Light Productions - Win32 OpenSSL](http://slproweb.com/products/Win32OpenSSL.html).
+On Linux, if you are using Ubuntu, you can install the OpenSSL with "sudo apt-get install libssl-dev" command at a terminal prompt.