Created
June 3, 2019 09:27
-
-
Save Pk13055/4069cb85379a461862ff2b1cc539a414 to your computer and use it in GitHub Desktop.
Boost `pkg-config` file for default installation
This file contains hidden or 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
# 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