libdwarf is a C library for reading DWARF debugging information and
libdwarfp its companion library for producing it. dwarfdump and dwarfgen
are accompanying command-line tools for inspecting and generating DWARF data in
object files and executables.
This file contains setup instructions and other details that are more
appropriate for development rather than consumption. If you want to use
these packages in your build2-based project, then instead see the
accompanying package README.md files:
libdwarf/PACKAGE-README.mdlibdwarfp/PACKAGE-README.mddwarfdump/PACKAGE-README.mddwarfgen/PACKAGE-README.md
The development setup uses the standard bdep-based workflow. For example:
git clone https://github.com/build2-packaging/libdwarf.git
cd libdwarf
bdep init -C @gcc cc config.cxx=g++
bdep update
bdep test