Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
diana:windows:building:grib [2010-03-04 12:14:00]
dages
diana:windows:building:grib [2022-05-31 09:29:31] (current)
Line 15: Line 15:
   $ LDFLAGS=-L/c/met.no/lib CPPFLAGS=-I/c/met.no/include ./configure --prefix=/c/met.no   $ LDFLAGS=-L/c/met.no/lib CPPFLAGS=-I/c/met.no/include ./configure --prefix=/c/met.no
   $ make all install   $ make all install
 +  $ cp LICENSE /c/met.no/copyright/jasper.txt
  
 **TODO:** replace with [[http://www.openjpeg.org/|OpenJPEG]]? **TODO:** replace with [[http://www.openjpeg.org/|OpenJPEG]]?
Line 33: Line 34:
   $ LDFLAGS=-L/c/met.no/lib CPPFLAGS=-I/c/met.no/include ./configure --prefix=/c/met.no   $ LDFLAGS=-L/c/met.no/lib CPPFLAGS=-I/c/met.no/include ./configure --prefix=/c/met.no
   $ make all install   $ make all install
 +  $ cp AUTHORS /c/met.no/copyright/grib_api.txt
 +  $ cat LICENSE >>/c/met.no/copyright/grib_api.txt
  
 <del>Note that Grib does not build shared libraries (not sure why, the code to do so is partly present but commented out).</del> that's OK since we've decided not to use shared libraries. <del>Note that Grib does not build shared libraries (not sure why, the code to do so is partly present but commented out).</del> that's OK since we've decided not to use shared libraries.
  
 **TODO:** check configure options **TODO:** check configure options
 +
 +**TODO:** check interactions between GPLv3 and licenses for other third-party components used by metlibs / diana
 +
 +Comment from SMHI.
 +All fopen need to be with rb and wb, otherwise fseek doesn't work.
 +
 +GRIB_DEFINITION_PATH must be correct.
  
  • diana/windows/building/grib.1267704840.txt.gz
  • Last modified: 2022-05-31 09:23:14
  • (external edit)