2.目前火狐浏览器的ftp协议不能用了?--可以在other location中使用来获取联网'
也可以通过 git clone https://github.com/houckj/isis获取最新的isis source code
- 安装ISIS需要先按转变S-Language,再安装ISIS.
安装S-Language
cd到解压后的slang目录下
./configure
./configure --help
./configure --prefix=' 想要安装的路径 ' 来改变路径
make
make install
安装ISIS
cd 到解压后的isis目录下
./configure --help
./configure --prefix='想要安装的路径' --with-headas="$HEADAS" --with-atomdb="$ATOMDB"
make
make install
之后把安装路径下/bin/isis文件的路径加到bashrc中,之后就可以使用了。