OSDN Git Service

要件のOpenSSLバージョンを脆弱性対策済みバージョンに修正。
[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 1. ダウンロードしたneighbornote-[version]-windows-installer.exeを実行して下さい。
16 2. インストーラの指示に従ってインストールを完了してください。
17 3. デスクトップに表示されたNeighborNoteを実行してください。
18
19 起動方法(MacOSX)
20 ------------
21 1. ダウンロードしたneighbornote-[version]-osx-installer.zipを解凍してください。
22 2. 生成されたneighbornote-[version]-osx-installer.appを実行して下さい。
23 3. インストーラの指示に従ってインストールを完了してください。
24 4. Dockに表示されたNeighborNoteを実行してください。
25
26 起動方法(Linux)
27 ------------
28 1. ダウンロードしたneighbornote-[version]-linux-installer.runを実行して下さい。
29 2. インストーラの指示に従ってインストールを完了してください。
30 3. デスクトップに表示されたNeighborNoteを実行してください。
31
32
33 要件
34 ------------
35 OpenSSLが必要です。
36 Windowsを使っているのであれば、[Shining Light Productions - Win32 OpenSSL](http://slproweb.com/products/Win32OpenSSL.html)から"(Win32/Win64) OpenSSL v0.9.8za Light"をダウンロードしてインストールする必要があるかもしれません。
37 Linuxの場合、Ubuntuであれば"sudo apt-get install libssl-dev"コマンドをターミナルで実行することでOpenSSLをインストールできます。
38
39 Download
40 ------------
41 NeighborNote is available on [http://puma.cis.ibaraki.ac.jp/products/neighbornote/](http://puma.cis.ibaraki.ac.jp/products/neighbornote/).
42
43 How to Run(Windows)
44 ------------
45 1. Run the neighbornote-[version]-windows-installer.exe.
46 2. Complete the installation by following the instructions of the installer.
47 3. Run the NeighborNote that is displayed on the desktop.
48
49 How to Run(MacOSX)
50 ------------
51 1. Unzip the neighbornote-[version]-osx-installer.zip.
52 2. Run the neighbornote-[version]-osx-installer.app.
53 3. Complete the installation by following the instructions of the installer.
54 4. Run the NeighborNote that is displayed on the dock.
55
56 How to Run(Linux)
57 ------------
58 1. Run the neighbornote-[version]-linux-installer.run.
59 2. Complete the installation by following the instructions of the installer.
60 3. Run the NeighborNote that is displayed on the desktop.
61
62 Requirements
63 ------------
64 OpenSSL is needed.
65 If you are using Windows, you may need to download and install "(Win32/Win64) OpenSSL v0.9.8za Light" from [Shining Light Productions - Win32 OpenSSL](http://slproweb.com/products/Win32OpenSSL.html).
66 On Linux, if you are using Ubuntu, you can install the OpenSSL with "sudo apt-get install libssl-dev" command at a terminal prompt.