forefireAPI / firefront

ForeFire is an open-source code for wildland fire spread models
GNU General Public License v2.0
36 stars 19 forks source link

compilation with netcdf #29

Open 3dfirelab opened 1 month ago

3dfirelab commented 1 month ago

I managed to compile with netcdf4 but not with the legacy version

in the READ.me, may be you should modify

apt install libnetcdf-dev libnetcdf-cxx-legacy-dev -y

by

apt install libnetcdf-c++4-dev