Skip to content

Commit

Permalink
Show pkg-config file in sample installed output
Browse files Browse the repository at this point in the history
  • Loading branch information
mdpiper committed Mar 11, 2024
1 parent 51343c5 commit c0f5cc2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Instructions are given below.
**Prerequisites:**
* A Fortran compiler
* CMake or [Fortran Package Manager](https://fpm.fortran-lang.org/)
* pkg-config

Alternately,
[conda binaries](https://anaconda.org/conda-forge/bmi-fortran)
Expand Down Expand Up @@ -52,7 +53,9 @@ The installation will look (on Linux) like:
| `-- bmif_2_0.mod
`-- lib
|-- libbmif.so -> libbmif.so.2.0
`-- libbmif.so.2.0
|-- libbmif.so.2.0
`-- pkgconfig
`-- bmif.pc
```

### CMake - Windows
Expand Down

0 comments on commit c0f5cc2

Please sign in to comment.