Skip to content

Instantly share code, notes, and snippets.

@kirilltitov
Created July 5, 2018 10:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kirilltitov/a3829d6f9d73f5c84b52a8f7b7dbe870 to your computer and use it in GitHub Desktop.
Save kirilltitov/a3829d6f9d73f5c84b52a8f7b7dbe870 to your computer and use it in GitHub Desktop.
FoundationDB pkgconfig (macOS specific)
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
@kirilltitov
Copy link
Author

Probably linux pkgconfig would be the same, just without /local part in prefix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment