
Installation of OAR Converter Binary


1. If you are root

 Please extract zip file and execute make command

# unzip oarconv_bin-x.y.z.zip
# cd oarconv
# make install


2. If you are not root

 Please exrtract zip file at your home dirextory.
 And please use ~/oarconv/oarconv.sh shell script instead of ~/oarconv/bin/oarconv command

$ cd
$ unzip oarconv_bin-x.y.z.zip

