commit | 28565ac3f2585b4088025833405789645e1b774f | [log] [tgz] |
---|---|---|
author | Vernon Mauery <vernon.mauery@intel.com> | Wed Aug 01 09:16:56 2018 -0700 |
committer | Vernon Mauery <vernon.mauery@linux.intel.com> | Wed Aug 08 17:09:05 2018 +0000 |
tree | c59f2e108f8e655345c102a51ec40b118cd8c5f0 | |
parent | 0248484614a9588056916ebdaeb2b4a6b0cb9c76 [diff] |
Add flags to Makefile.am to build as c++17 and header-only boost As the project moves forward, we are updating it to use c++17 and some of the features that it offers, as well as some more boost bits. This patch makes sure that all the boost libraries are header only, adds in c++17, and makes sure that the libraries required are linked properly. Change-Id: I9a25ec971e4bf05c2c3b73e20938cf337e06077c Signed-off-by: Vernon Mauery <vernon.mauery@intel.com>
To build this package, do the following steps:
1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make
To clean the repository run ./bootstrap.sh clean
.