gklingler / libdwarf

Home Page:http://www.prevanders.net/dwarf.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Travis Build Status AppVeyor Build status

This is README.md

BUILDING

To just build libdwarf and dwarfdump, if the source tree is in /a/b/libdwarf-1

Using CMake

To build using CMake one might do

  • cd /a/b/libdwarf-1
  • configure: cmake . -B_Release -DCMAKE_BUILD_TYPE=Release
  • build: cmake --build _Release --target dd
  • (optionally install): sudo cmake --build _Release --target install

for autotools builds, see README

About

http://www.prevanders.net/dwarf.html

License:Other


Languages

Language:C 62.5%Language:Roff 15.4%Language:Shell 8.3%Language:Makefile 8.1%Language:C++ 3.7%Language:CMake 1.1%Language:M4 0.5%Language:Python 0.4%Language:Objective-C 0.0%Language:Awk 0.0%