Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
diana:windows:building:grib [2010-02-18 10:55:14] dages |
diana:windows:building:grib [2022-05-31 09:29:31] (current) |
||
---|---|---|---|
Line 13: | Line 13: | ||
Finally, configure, build and install: | Finally, configure, build and install: | ||
- | $ LDFLAGS="-no-undefined" | + | $ LDFLAGS=-L/c/met.no/lib CPPFLAGS=-I/ |
$ make all install | $ make all install | ||
+ | $ cp LICENSE / | ||
**TODO:** replace with [[http:// | **TODO:** replace with [[http:// | ||
===== Grib API ===== | ===== Grib API ===== | ||
- | |||
- | **UNFINISHED** | ||
First, get the latest source (currently 1.8.0) from http:// | First, get the latest source (currently 1.8.0) from http:// | ||
Line 35: | Line 34: | ||
$ LDFLAGS=-L/ | $ LDFLAGS=-L/ | ||
$ make all install | $ make all install | ||
+ | $ cp AUTHORS / | ||
+ | $ cat LICENSE >>/ | ||
< | < | ||
**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' | ||
+ | |||
+ | GRIB_DEFINITION_PATH must be correct. | ||