Skip to content

Commit

Permalink
Merge pull request #120 from joshniemela/readme
Browse files Browse the repository at this point in the history
Added steps in the README on how to build without netcdf-c
  • Loading branch information
magnusuMET authored Nov 20, 2023
2 parents c9093f8 + 7c8a619 commit 3d4ae03
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ This crate depends on `libnetcdf`, but a static build from source is also suppor

The crate is built on several platforms using github actions, and is currently known to build form from source on all major platforms (linux, macos, windows (gnu+msvc)), and through the package installers `conda` and `apt`.

### Building without `netcdf-c`
1. `git clone https://github.com/georust/netcdf`
2. `git submodule update --init --recursive`
3. `cargo build --features static`


## Documentation

Expand Down

0 comments on commit 3d4ae03

Please sign in to comment.