OSDN Git Service

Update README.md
authorTakahashi Yuki <kimaira7@gmail.com>
Sat, 15 Jun 2013 09:10:30 +0000 (18:10 +0900)
committerTakahashi Yuki <kimaira7@gmail.com>
Sat, 15 Jun 2013 09:10:30 +0000 (18:10 +0900)
README.md

index 0a4b76d..9b0bffc 100644 (file)
--- a/README.md
+++ b/README.md
@@ -20,7 +20,9 @@ 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
 ------------
@@ -36,4 +38,6 @@ 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.