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