From 373db3f8f756c543308539ec91d8045d38f7e865 Mon Sep 17 00:00:00 2001 From: vmagnin Date: Thu, 7 Mar 2024 11:14:15 +0100 Subject: [PATCH] README.md: fixes a problem --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 852e582..2cf9954 100644 --- a/README.md +++ b/README.md @@ -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/