apt-get安装ISCE依赖库命令

sudo apt-get install build-essential gfortran sudo apt-get install python python3-dev sudo apt-get install libfftw3-3 libfftw3-dev sudo apt-get install lesstif2 lesstif2-dev libxt-dev #找不到源 用下面两行替换: sudo apt-cache search lesstif* sudo apt-get install libpawlib-lesstif3-dev sudo apt-get install python3-numpy sudo apt-get install python3-numpy libhdf5-serial-dev python3-setuptools sudo easy_install3 cython sudo easy_install3 h5py sudo apt-get install scons sudo apt-get install gdal-bin libgdal1-dev sudo easy_install3 GDAL

相关文章

迭代器模式(Iterator)迭代器模式(Iterator)[Cursor]意图...
高性能IO模型浅析服务器端编程经常需要构造高性能的IO模型,...
策略模式(Strategy)策略模式(Strategy)[Policy]意图:定...
访问者模式(Visitor)访问者模式(Visitor)意图:表示一个...
命令模式(Command)命令模式(Command)[Action/Transactio...
生成器模式(Builder)生成器模式(Builder)意图:将一个对...