$ID:$ DNCOMP algorithm HOW TO INSTALL 1. Download: svn co https://svn.ssec.wisc.edu/repos/cloud_team_dcomp/trunk 2. Compile the science data reader: 2.1 > cd trunk/cx_sds_io/Debug 2.2 Adjust library (HDF4 and NETCDF) paths on objects.mk ( you may skip HDF4) 2.3 > make all 2.4 There should be now a static library libcx_data_io.a and several module files (*.mod) 2.5 you may check installation by running ./cx_data_io test executable 3. Compile DNCOMP: 3.1 > cd trunk/cx_sds_io/Debug 3.2 Adjust library (CX_SDS_IO, HDF4 and NETCDF) paths on objects.mk ( you may skip HDF4) CX_SDS_IO library path is the path there libcx_data_io.a and the modules from 2.4 3.3 > make all 3.4 There are now a static library libdncomp.a and module files ( *.mod) These files and libraries should be now added to linker of processing system -ldncomp lcx_data_io -L -L