OSDN Git Service

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