You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The README says to run cmake .. -DCMAKE_INSTALL_PREFIX=install -DCMAKE_PREFIX_PATH=path/to/dependencies, but does not specify what dependencies are needed.
The text was updated successfully, but these errors were encountered:
Unfortunately installing the various libraries that wgrib2 needs is very system dependent.
I have only built wgrib2 on my Ubuntu system. I had to install software using github,
apt-get and synaptic. The following is from my notes.
----- Caution -----------------
If someone did a "root build", the ip build will be in /usr/local
This will over ride the "user build"!
So a user cannot install a newer version of ip!
After you have installed the library, Now to build wgrib2
need to get wgrib2
The README says to run
cmake .. -DCMAKE_INSTALL_PREFIX=install -DCMAKE_PREFIX_PATH=path/to/dependencies
, but does not specify what dependencies are needed.The text was updated successfully, but these errors were encountered: