0%

AstroSoft 安装 CFITSIO

如何安装CFITSIO – how to install CFITSIO

如果只是使用,那么可以使用下面一个命令来获取FFTW的运行环境(需要安装docker):

1
2
3
$ docker run -it shaoguangleo/ubuntu-cfitsio
# or
$ docker run -it shaoguangleo/centos-cfitsio

如果希望运行图形界面,运行下述命令:

1
2
3
$ docker run -it -e DISPLAY=unix$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix shaoguangleo/ubuntu-cfitsio
# or
$ docker run -it -e DISPLAY=unix$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix shaoguangleo/centos-cfitsio

如果希望体验一下源码安装,安装如下所示,配置参考[ASTROSOFT_CONFIG][astrosoft_config]:

1
2
3
4
5
6
7
8
9
10
11
12
$ source astrosoft_config.sh
$ cd ~
$ wget $CFITSIO_WEBSITE/cfitsio$CFITSIO_VERSION.tar.gz
$ gunzip -c cfitsio${CFITSIO_VERSION}.tar.gz | tar xvf -
$ cd cfitsio

$ ./configure --prefix=$ASTROSOFT

$ make clean
$ make
$ make shared
$ make install
处无为之事,行不言之教;作而弗始,生而弗有,为而弗恃,功成不居!

欢迎关注我的其它发布渠道