CentOS 6.3 (x86_64)


Install packages needed for "FLOW"
First, you have to run the following command as the administrator to install some packages.
# yum -y install gcc make libpng-devel libjpeg-devel libcurl-devel libxml2-devel lua-devel tcsh ncompress
Install cfitsio
cfitsio must be installed from a source code tar-ball because there is no package on CentOS 6.3 repository.
important assuming the working directory is $HOME/tmp.
[~/tmp]$ curl -O ftp://heasarc.gsfc.nasa.gov/software/fitsio/c/cfitsio3370.tar.gz
[~/tmp]$ tar zxvf cfitsio3370.tar.gz
[~/tmp]$ cd cfitsio
[~/tmp/cfitsio]$ ./configure
[~/tmp/cfitsio]$ make
[~/tmp/cfitsio]$ cd ..
Install SPICE Toolkits for C
Download the SPICE toolkits for C (PC, Linux, gCC, 64bit) from the NAIF SPICE page (http://naif.jpl.nasa.gov/naif/toolkit_C.html), and compile it:
[~/tmp]$ curl -O ftp://naif.jpl.nasa.gov/pub/naif/toolkit/C/PC_Linux_GCC_64bit/packages/cspice.tar.Z
[~/tmp]$ tar zxvf cspice.tar.Z
[~/tmp]$ cd cspice
[~/tmp/cspice]$ csh makeall.csh
[~/tmp/cspice]$ cd ..
Install "FLOW"
[~/tmp]$ curl -O https://darts.isas.jaxa.jp/planet/tools/flow/flow-1.3.tar.gz
[~/tmp]$ tar zxvf flow-1.3.tar.gz
[~/tmp]$ cd flow-1.3
[~/tmp/flow-1.3]$ ./configure --with-cfitsio=$HOME/tmp/cfitsio --with-cspice=$HOME/tmp/cspice --enable-wms
[~/tmp/flow-1.3]$ make
[~/tmp/flow-1.3]$ su
[~/tmp/flow-1.3]# make install
[~/tmp/flow-1.3]# exit

license and policy

darts c-soda isas jaxa