OSDN Git Service

Fix: In some situations LEFT/RIGHT arrow keys do not work. (patch by Takeutch Kemeco.)
[ntch/develop.git] / README
1
2     ntch  version 1.0.2.2
3
4     This file is part of ntch.
5
6     The ntch is free software: you can redistribute it and/or modify
7     it under the terms of the GNU General Public License as published by
8     the Free Software Foundation, either version 3 of the License, or
9     (at your option) any later version.
10
11     The ntch is distributed in the hope that it will be useful,
12     but WITHOUT ANY WARRANTY; without even the implied warranty of
13     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14     GNU General Public License for more details.
15
16     You should have received a copy of the GNU General Public License
17     along with ntch.  If not, see <http://www.gnu.org/licenses/>.
18     
19     Contributors
20     
21     hlhex(SORCE FORGE.JP ID)
22     takeutch-kemeco(GitHub ID)
23
24     Copyright 2013 Akira Ohta (akohta001@gmail.com)
25
26 Linux用 2ch専用ブラウザー
27
28 ntch のインストール方法
29
30 ダウンロードファイルを使用する場合、適当なディレクトリにntch-1.0.2.1.tgzファイルを解凍します
31
32 tar zxvf ntch-1.0.2.1.tgz
33
34 作成されたディレクトリに移動します
35
36 cd ntch-1.0.2.1
37
38 以下のコマンドを実行して、実行ファイルを作成します
39
40 ./configure
41
42 make clean
43
44 make
45
46 sudo make install
47
48 実行ファイルはntchです。
49
50 管理者権限が無い場合、適当なディレクトリに作業ディレクトリ内のntchをコピーして
51 実行できます。
52
53 デフォルトで、カレントディレクトリにlogディレクトリを作成して、2chから取得した
54 データのログを保存します。
55 -oオプションで出力先を指定出来ます。
56 例: ntch -o ~/.ntch
57
58 プログラムは実行時に、ユーザーのホームディレクトリ以下にディレクトリ .ntch を
59 作成してcookieや、読込位置、お気に入りなどのユーザー固有情報を保存します。
60
61
62 ntchは以下のライブラリィに依存しています。openssl, gdbm, ncurses, sqlite
63 これらのライブラリのデベロップ版がビルドには必要です。
64 また、Fedora18で動作確認していますので、その他のディストリビューション等では、
65 作成されたMakefileやソースファイルを編集する必要があるかもしれません。