Created
July 5, 2018 10:29
-
-
Save kirilltitov/a3829d6f9d73f5c84b52a8f7b7dbe870 to your computer and use it in GitHub Desktop.
FoundationDB pkgconfig (macOS specific)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
prefix=/usr/local | |
exec_prefix=${prefix} | |
includedir=${prefix}/include | |
libdir=${exec_prefix}/lib | |
Name: fdb | |
Description: FoundationDB macOS library | |
Version: 5.2.5 | |
Cflags: -I${includedir} | |
Libs: -L${libdir} -lfdb_c |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Probably linux pkgconfig would be the same, just without
/local
part inprefix
.