Skip to content

Instantly share code, notes, and snippets.

@Pk13055
Created June 3, 2019 09:27
Show Gist options
  • Save Pk13055/4069cb85379a461862ff2b1cc539a414 to your computer and use it in GitHub Desktop.
Save Pk13055/4069cb85379a461862ff2b1cc539a414 to your computer and use it in GitHub Desktop.
Boost `pkg-config` file for default installation
# Package Information for pkg-config
# Path to where Boost is installed
prefix=/usr/local
# Path to where libraries are
libdir=${prefix}/lib
# Path to where include files are
includedir=${prefix}/include/boost
Name: Boost
Description: Boost provides free peer-reviewed portable C++ source libraries
Version: 1.70.0
Libs: -L${libdir} -lboost_filesystem -lboost_system
Cflags: -isystem ${includedir}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment