OSDN Git Service

Merge branch 'develop'
[neighbornote/NeighborNote.git] / README.md
1 NeighborNote
2 ============
3
4 Randy Baumgarte氏が開発したNixNoteにタブブラウザ機能と連想ノート機能を付けました。連想ノート機能はユーザの操作履歴に基づいて関連するノートを算出して提示します。
5
6 Getting Started
7 ============
8
9 ダウンロード
10 ------------
11 NeighborNoteは[http://puma.cis.ibaraki.ac.jp/products/neighbornote/](http://puma.cis.ibaraki.ac.jp/products/neighbornote/)からダウンロード出来ます。
12
13 起動方法(Windows)
14 ------------
15 neighbornote.exeを実行して下さい。
16
17 起動方法(MacOSX)
18 ------------
19 neighbornote-osxを実行して下さい。
20
21 要件
22 ------------
23 OpenSSLが必要です。
24 Windowsを使っているのであれば、[Shining Light Productions - Win32 OpenSSL](http://slproweb.com/products/Win32OpenSSL.html)から"(Win32/Win64) OpenSSL v0.9.8y Light"をダウンロードしてインストールする必要があるかもしれません。
25 Linuxの場合、Ubuntuであれば"sudo apt-get install libssl-dev"コマンドをターミナルで実行することでOpenSSLをインストールできます。
26
27 Download
28 ------------
29 NeighborNote is available on [http://puma.cis.ibaraki.ac.jp/products/neighbornote/](http://puma.cis.ibaraki.ac.jp/products/neighbornote/).
30
31 How to Run(Windows)
32 ------------
33 Please run the neighbornote.exe.
34
35 How to Run(MacOSX)
36 ------------
37 Please run the neighbornote-osx.
38
39 Requirements
40 ------------
41 OpenSSL is needed.
42 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).
43 On Linux, if you are using Ubuntu, you can install the OpenSSL with "sudo apt-get install libssl-dev" command at a terminal prompt.