This is an old revision of the document!


Building JasPer and the Grib API on Windows

JasPer is an obnoxious little piece of software that should be avoided at all costs, but Grib uses it, so we're stuck with it.

Download the latest source (currently 1.900.1) from http://www.ece.uvic.ca/~mdadams/jasper/ and extract it in a convenient place.

Next, in src/appl/tmrdemo.c, replace sleep(1) with usleep(1000).

Finally, configure, build and install:

$ ./configure --prefix=/opt/jasper
$ make LDFLAGS=-no-undefined all install

TODO: replace with OpenJPEG?

UNFINISHED

First, get the latest source (currently 1.8.0) from http://www.ecmwf.int/products/data/software/download/grib_api.html and extract it in a convenient place, then configure, build and install:

$ ./configure --prefix=/opt/grib

TODO: check configure options

This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.More information about cookies
  • diana/windows/building/grib.1259264373.txt.gz
  • Last modified: 2022-05-31 09:23:14
  • (external edit)