LINUX 上 ENVI 4.7 安装步骤,IDL 调用方式

ENVI安装:

1 建立/usr/local/itt 目录

2 copy *.tar文件到itt目录下

3 本目录下解压*.tar

4 执行sudo ./install 安装,默认选项

5  64位机器可能会抛出错误:libXp.so.6: cannot open shared object file

    解决:安装libXp,sudo apt-get install libXp-1*

6 完毕

 

 IDL 调用:

shell命令:

$IDL program.pro -args parameter1 parameter2 ....

 

 

posted @ 2012-05-15 20:22  homegis  Views(1433)  Comments(0Edit  收藏  举报