OSDN Git Service

M tests/command/plottest.cpp: add tests for PlotRange
[cueplot/cueplot.git] / INSTALL
1 コンパイル
2
3  1. Qt 4.2以上とgnuplot 4.0以上がインストールされていることを確認してください。
4
5  2. `cd'コマンドでカレントディレクトリをsrcディレクトリに変更してください。
6
7         cd src
8
9  3. `qmake'コマンドを実行してください。
10
11         qmake
12
13  4. `make'コマンドでコンパイルしてください。
14
15         make
16
17 インストール
18
19  1. 実行可能ファイルを好きなディレクトリ(フォルダ)内に置いてください。ファイル名は以下の通りです。
20
21         * Linux: cueplot
22         * Mac OS X: Cueplot.app
23         * Windows: cueplot.exe
24
25  2. Mac OS X版以外のCueplotを日本語で使う人は、cueplot_ja_JP.qmとqt_ja_JP.qmを実行可能ファイルと同じディレクトリ内に置いてください。ただし、Linux を使っていて Qt 4.3 以降をインストールしている場合には、qt_ja_JP.qm は必要ありません。
26
27 アンインストール
28
29  1. 実行可能ファイルを削除してください。インストール時にcueplot_ja_JP.qmとqt_ja_JP.qmを置いた人は、それらのファイルも削除してください。
30
31  2. 気になる人は設定データを削除してください。データの場所はOSによって異なります。
32
33         * Linux: $HOME/.config/SourceForge/Cueplot.conf
34         * Mac OS X: $HOME/Library/Preferences/jp.sourceforge.cueplot.Cueplot.plist
35         * Windows: HKEY_CURRENT_USER\Software\SourceForge\Cueplot
36
37 COMPILATION
38
39  1.  Make sure Qt 4.2 (or greater) and gnuplot 4.0 (or greater) are installed.
40
41  2. `cd' to the src directory.
42
43         cd src
44
45  3. `qmake'.
46
47         qmake
48
49  4. `make' to compile.
50
51         make
52
53 INSTALLATION
54
55  1. Put a executable file in a directory (folder) where you like. The name of the file is as follows:
56
57         * Linux: cueplot
58         * Mac OS X: Cueplot.app
59         * Windows: cueplot.exe
60
61  2. Put cueplot_ja_JP.qm and qt_ja_JP.qm in the same directory as the executable file if you want to use non-Mac OS X version of Cueplot in Japanese. But if you are using Linux and Qt 4.3 or greater is installed, qt_ja_JP.qm isn't necessary.
62
63 UNINSTALLATION
64
65  1. Remove the executable file. If you installed cueplot_jp_JP.qm and qt_ja_JP.qm when you installed Cueplot, remove them, too.
66
67  2. Remove configuration data if you care. The place of the data depends on the OS.
68
69         * Linux: $HOME/.config/SourceForge/Cueplot.conf
70         * Mac OS X: $HOME/Library/Preferences/jp.sourceforge.cueplot.Cueplot.plist 
71         * Windows: HKEY_CURRENT_USER\Software\SourceForge\Cueplot