Skip to content

Commit 6e8669d

Browse files
authored
Merge pull request #1089 from fiolj/bug-1084-readme
Modified README.md to warn on PKG_CONFIG_PATH on different OS
2 parents 38576ca + 6f9a5f6 commit 6e8669d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,8 @@ The recommended way to do this is using the [pkg-config](https://www.freedesktop
333333
# Necessary if the installation directory is not in PKG_CONFIG_PATH
334334
install_dir := path/to/install_dir
335335
export PKG_CONFIG_PATH := $(install_dir)/lib/pkgconfig:$(PKG_CONFIG_PATH)
336+
# On some OS the pkgconfig file could be installed in lib64 instead of lib
337+
# export PKG_CONFIG_PATH := $(install_dir)/lib64/pkgconfig:$(PKG_CONFIG_PATH)
336338

337339
STDLIB_CFLAGS := `pkg-config --cflags fortran_stdlib`
338340
STDLIB_LIBS := `pkg-config --libs fortran_stdlib`

0 commit comments

Comments
 (0)