Changes between Version 71 and Version 72 of FAQ
- Timestamp:
- Aug 4, 2011, 8:43:57 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FAQ
v71 v72 136 136 * HDF4 needs to be compiled in explicitly. Re-generate rasdaman saying 137 137 {{{ 138 $ autoreconf; 138 $ make clean 139 $ autoreconf 139 140 $ ./configure --with-hdf4 ...other options... 141 $ make 142 $ make install 140 143 }}} 141 144 145 === NetCDF is said to be supported, but rasdaman reports an error === 146 ...when trying to use ''netcdf()'' or ''inv_netcdf()'' - what can I do? 147 148 * NetCDF needs to be compiled in explicitly. Re-generate rasdaman saying 149 {{{ 150 $ make clean 151 $ autoreconf 152 $ ./configure --with-netcdf ...other options... 153 $ make 154 $ make install 155 }}} 142 156 143 157 == Submitting Patches ==