Skip to content
Snippets Groups Projects
Verified Commit 9857c0f8 authored by Lars Bilke's avatar Lars Bilke
Browse files

[web] Added note on Windows NetCDF installation.

parent 8697cd13
No related branches found
No related tags found
No related merge requests found
...@@ -288,7 +288,7 @@ brew install python ...@@ -288,7 +288,7 @@ brew install python
</div> </div>
## Optional: Install Qt and other dependencies for the Data Explorer ## Optional: Install Qt, NetCDF and other dependencies for the Data Explorer
Use [Another Qt installer (`aqt`)](https://github.com/miurahr/aqtinstall) for installing the Qt binaries to some path on your machine: Use [Another Qt installer (`aqt`)](https://github.com/miurahr/aqtinstall) for installing the Qt binaries to some path on your machine:
...@@ -306,6 +306,8 @@ This will install Qt to `[your-directory]/qt/{{< dataFile "versions.tested_versi ...@@ -306,6 +306,8 @@ This will install Qt to `[your-directory]/qt/{{< dataFile "versions.tested_versi
To finish add `[your-directory]/qt/{{< dataFile "versions.tested_version.qt" >}}/msvc2019_64/bin` bin to the `PATH` environment variable. To finish add `[your-directory]/qt/{{< dataFile "versions.tested_version.qt" >}}/msvc2019_64/bin` bin to the `PATH` environment variable.
Install **NetCDF4** by downloading and installing the [official installer](https://downloads.unidata.ucar.edu/netcdf-c/4.9.2/netCDF4.9.2-NC4-64.exe). The C++-bindings to NetCDF are automatically build via CPM.
</div> </div>
<div class='linux'> <div class='linux'>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment