
    ntch  version 1.0.2.2

    This file is part of ntch.

    The ntch is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    The ntch is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with ntch.  If not, see <http://www.gnu.org/licenses/>.
    
    Copyright 2013 Akira Ohta (akohta001@gmail.com)

Linux用 2ch専用ブラウザー

ntch のインストール方法

ダウンロードファイルを使用する場合、適当なディレクトリにntch-1.0.2.1.tgzファイルを解凍します

tar zxvf ntch-1.0.2.1.tgz

作成されたディレクトリに移動します

cd ntch-1.0.2.1

以下のコマンドを実行して、実行ファイルを作成します

./configure

make clean

make

sudo make install

実行ファイルはntchです。

管理者権限が無い場合、適当なディレクトリに作業ディレクトリ内のntchをコピーして
実行できます。

デフォルトで、カレントディレクトリにlogディレクトリを作成して、2chから取得した
データのログを保存します。
-oオプションで出力先を指定出来ます。
例： ntch -o ~/.ntch

プログラムは実行時に、ユーザーのホームディレクトリ以下にディレクトリ .ntch を
作成してcookieや、読込位置、お気に入りなどのユーザー固有情報を保存します。


ntchは以下のライブラリィに依存しています。openssl, gdbm, ncurses, sqlite
これらのライブラリのデベロップ版がビルドには必要です。
また、Fedora18で動作確認していますので、その他のディストリビューション等では、
作成されたMakefileやソースファイルを編集する必要があるかもしれません。
