bld.brfdump

来自「HDFDUMP and BRFDUMP are utility program」· BRFDUMP 代码 · 共 18 行

BRFDUMP
18
字号
#!/bin/csh# modify the environment variable settings below to reference the # installed locations of the HDF include and lib files and the # HDF-EOS include and lib files, or comment them out if these# environment variables are already defined in your sessionsetenv HDFINC /fs1/HDF4.1r5/irix_64/includesetenv HDFLIB /fs1/HDF4.1r5/irix_64/libsetenv HDFEOS_INC /fs1/HDFEOS_2.8.1/includesetenv HDFEOS_LIB /fs1/HDFEOS_2.8.1/lib/sgi64f90 -64 -col80 -o brfdump brfdump.f \   -I$HDFINC \   -I$HDFEOS_INC \   -L$HDFEOS_LIB -lhdfeos -lGctp \   -L$HDFLIB -lmfhdf -ldf -ljpeg -lz

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?