コンパイル

 1. Qt 4.2以上とgnuplot 4.0以上がインストールされていることを確認してください。

 2. `cd'コマンドでカレントディレクトリをsrcディレクトリに変更してください。

	cd src

 3. `qmake'コマンドを実行してください。

 	qmake

 4. `make'コマンドでコンパイルしてください。

 	make

インストール

 1. 実行可能ファイルを好きなディレクトリ（フォルダ）内に置いてください。ファイル名は以下の通りです。

	* Linux: cueplot
	* Mac OS X: Cueplot.app
	* Windows: cueplot.exe

 2. Mac OS X版以外のCueplotを日本語で使う人は、cueplot_ja_JP.qmとqt_ja_JP.qmを実行可能ファイルと同じディレクトリ内に置いてください。ただし、Linux を使っていて Qt 4.3 以降をインストールしている場合には、qt_ja_JP.qm は必要ありません。

アンインストール

 1. 実行可能ファイルを削除してください。インストール時にcueplot_ja_JP.qmとqt_ja_JP.qmを置いた人は、それらのファイルも削除してください。

 2. 気になる人は設定データを削除してください。データの場所はOSによって異なります。

	* Linux: $HOME/.config/SourceForge/Cueplot.conf
	* Mac OS X: $HOME/Library/Preferences/jp.sourceforge.cueplot.Cueplot.plist
	* Windows: HKEY_CURRENT_USER\Software\SourceForge\Cueplot

COMPILATION

 1.  Make sure Qt 4.0 (or greater) and gnuplot 4.0 (or greater) are installed.

 2. `cd' to the src directory.

	cd src

 3. `qmake'.

	qmake

 4. `make' to compile.

	make

INSTALLATION

 1. Put a executable file in a directory (folder) where you like. The name of the file is as follows:

	* Linux: cueplot
	* Mac OS X: Cueplot.app
	* Windows: cueplot.exe

 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.

UNINSTALLATION

 1. Remove the executable file. If you installed cueplot_jp_JP.qm and qt_ja_JP.qm when you installed Cueplot, remove them, too.

 2. Remove configuration data if you care. The place of the data depends on the OS.

	* Linux: $HOME/.config/SourceForge/Cueplot.conf
	* Mac OS X: $HOME/Library/Preferences/jp.sourceforge.cueplot.Cueplot.plist 
	* Windows: HKEY_CURRENT_USER\Software\SourceForge\Cueplot
