Skip to content

Commit

Permalink
README.md: fixes a problem
Browse files Browse the repository at this point in the history
  • Loading branch information
vmagnin committed Mar 7, 2024
1 parent 86041eb commit 373db3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ You can compile your program like this:
```bash
$ gfortran my_program.f90 $(pkg-config --cflags --libs forcolormap)
```
If you encounter linking problems, you should verify the content of your `PKG_CONFIG_PATH` and `` environment variables. For example, in Ubuntu or FreeBSD the `.pc` files will be installed in `/usr/local/lib/pkgconfig/` and the libraries in `/usr/local/lib/`.
If you encounter linking problems, you should verify the content of your `PKG_CONFIG_PATH` and `LD_LIBRARY_PATH` environment variables. For example, in Ubuntu or FreeBSD the `.pc` files will be installed in `/usr/local/lib/pkgconfig/` and the libraries in `/usr/local/lib/`.

```bash
$ export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig/
Expand Down

0 comments on commit 373db3f

Please sign in to comment.