cpptrace is a portable C++ stacktrace library supporting C++11 and later on
Linux, macOS, and Windows.
This file contains setup instructions and other details that are more
appropriate for development rather than consumption. If you want to use
cpptrace in your build2-based project, then instead see the accompanying
package README.md file.
The development setup for cpptrace uses the standard bdep-based workflow.
For example:
git clone https://github.com/build2-packaging/cpptrace.git
cd cpptrace
bdep init -C @gcc cc config.cxx=g++
bdep update
bdep test