next up previous contents index
Next: 1.1.2 Compilation of the Up: 1.1 Outline of the Previous: 1.1 Outline of the

1.1.1 Decompression of the source code(ソースコードの解凍)

Required files, for example, source code ,etc., are compressed when they are distributed. Thus firstly you have to decompress these files in your home directly(${hmdir}) and execute make command. (make command is added after ver26.01.2005.06.07, but this command is less than necessary. make command executes commmands which change default home directory to the location assigned in each cpvo.sh file.) Decompression procedures of these files compressed in format of tar and gzip are shown as follow.

配布された時点では、ソースコードなどの必要なファイルが凍結されているので計算を行なうホームディレクトリー(${hmdir}) でファイルを解凍し、makeコマンドを実行する。(makeコマンドは、ver26.01.2005.06.07以降追加されたが、 このコマンドが必要不可欠ではない。makeコマンドは、各cpvo.shファイルに指定されている CPVOコードのホームディレクトリを既定値から変更するコマンドを実行する。) 下記には、tarとgzipにより凍結されているときの解凍手順を示している。

%> gunzip cpvo.ver26.03.2005.09.27.tar.gz

%> tar -xvf cpvo.ver26.03.2005.09.27.tar.gz

%> make -f MAKEFILE


next up previous contents index
Next: 1.1.2 Compilation of the Up: 1.1 Outline of the Previous: 1.1 Outline of the
Copyright (C), Tatsuki Oda (oda@cphys.s.kanazawa-u.ac.jp, Kanazawa University)