Difference between revisions of "Pkg-config"
Jump to navigation
Jump to search
(5 intermediate revisions by 3 users not shown) | |||
Line 3: | Line 3: | ||
− | For [[pkg-config]] to find [email protected] you may need to set: | + | For [[pkg-config]] to find [[[email protected]]] you may need to set: |
export [[PKG_CONFIG_PATH]]="/Users/el/brew/opt/[email protected]/lib/pkgconfig" | export [[PKG_CONFIG_PATH]]="/Users/el/brew/opt/[email protected]/lib/pkgconfig" | ||
+ | |||
+ | For pkg-config to find postgresql@16 you may need to set: | ||
+ | export PKG_CONFIG_PATH="/Users/user/brew/opt/postgresql@16/lib/pkgconfig" | ||
+ | |||
+ | == Related == | ||
+ | [[brew install awscli]] | ||
+ | [[git]] | ||
+ | |||
+ | == See also == | ||
+ | * {{pkg-config}} | ||
+ | |||
+ | [[Category:PKG]] |
Revision as of 13:54, 8 January 2024
For pkg-config to find [email protected] you may need to set: export PKG_CONFIG_PATH="/Users/el/brew/opt/[email protected]/lib/pkgconfig"
For pkg-config to find postgresql@16 you may need to set: export PKG_CONFIG_PATH="/Users/user/brew/opt/postgresql@16/lib/pkgconfig"
Related
brew install awscli git
See also
Advertising: