1、首先从官网http://www.scitools.com/download/index.php下载Linux版本

2、解压到安装目录下:

32位:gzip -cd Understand-3.1.677-Linux-32bit.tgz  | tar xvf -

64位:gzip -cd Understand-3.1.677-Linux-64bit.tgz  | tar xvf -

3、添加路径:

32位:

export PATH=$PATH:/home/myname/scitools/bin/linux32

export STIHOME=/home/myname/scitools

64位:

 

export PATH=$PATH:/home/myname/scitools/bin/linux64

export STIHOME=/home/myname/scitools

(红色为你安装目录)

4、运行

命令行定位到安装目录后:

cd bin/linux32

./understand

相关文章:

  • 2021-12-21
  • 2022-12-23
  • 2021-11-22
  • 2021-09-24
  • 2021-10-16
  • 2022-12-23
  • 2021-07-30
  • 2021-10-27
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-08-11
  • 2021-10-03
  • 2021-08-05
  • 2021-05-04
相关资源
相似解决方案