以下由广西善图科技有限公司发布,该公司是一家集遥感数据获取、深度加工、遥感信息提取及解译、行业应用、软件服务、解决方案为一体的高新技术企业。
Linux环境下stamps操作说明
一 软件安装:
环境为 ubuntu 16.04
1)安装插件:sudo apt-get install gawk gcc g++ make tcsh
2)安装插件 sudo apt-get install csh
3)doris 安装:安装包为 doris_v406beta2,解压以后复制到/home/sentinel/Documents/文件夹:
i.安装 fftw
cd /home/sentinel/Documents/ubuntuprog/doris_v406beta2/fftw-3.3.6-pl2
bash ./configure --prefix=`pwd` --enable-float --host=x86_64
make
make install
安装过程中注意:libfftw3f.a 的路径选择为 /home/sentinel/Documents/ubuntuprog/doris_v406beta2/fftw-3.3.6-pl2/lib
fftw3.h 路 径 选 择 为 : /home/sentinel/Documents/ubuntuprog/doris_v406beta2/fftw-3.3.6-pl2/include/fftw3.h
ii.安装doris
cd /home/sentinel/Documents/ubuntuprog/doris_v406beta2/src
./configure
doris===> What is your C++ compiler? [g++] y
===> Do you have the FFTW library (y/n)? [n]
y
===> What is the path to the FFTW library (libfftw3f.a)? []
/home/sentinel/Documents/ubuntuprog/doris_v406beta2/fftw-3.3.6-pl2/lib
===> What is the path to the FFTW include file (fftw3.h)? [/usr/include]
/home/sentinel/Documents/ubuntuprog/doris_v406beta2/fftw-3.3.6-pl2/include
===> What is the path to the FFTW library? /home/sentinel/Documents/ubuntuprog/doris_v406beta2/fftw-3.3.6-pl2/include
===> Do you have the VECLIB library (y/n)? [n]
n
===> Do you have the LAPACK library (y/n)? [y]
Using default: n
===> What is the path to the LAPACK library liblapack.a? [/lib]
/lib
Checking whether you have FORTRAN LAPACK library:
FORTRAN
===> Are you working on a Little Endian (X86 PC, Intel) machine (y/n)? [y]
y
===> Do you want to compile a more verbose DEBUG version (y/n)? [n] n
===>Installation of Doris in directory: /usr/local/bin (y/n)? [y]
y
make
sudo make install
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。
发表评论