Building WRF-SFIRE on Ubuntu 18-04

From openwfm
Revision as of 06:22, 30 November 2019 by Jmandel (talk | contribs) (Created page with "On my vm ubuntu 18.04 I did apt install curl apt install g++ apt-get install gfortran apt-get install libnetcdff-dev ncl-ncarg libhdf5-dev apt install libgeotiff-dev li...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

On my vm ubuntu 18.04 I did

apt install curl

apt install g++

apt-get install gfortran

apt-get install libnetcdff-dev ncl-ncarg libhdf5-dev

apt install libgeotiff-dev libgeotiff-epsg

apt install gdal-bin

apt install m4

apt-get install geotiff-bin

apt install libpng-dev

Amazingly whatever the latest version was that got pulled worked fine. The only library I had to build from source was https://github.com/mdadams/jasper.git since jasper is not available by apt. I also had to manually git checkout jasper version 1.9.1