s-bach / libdwarf

Mirror of git://git.code.sf.net/p/libdwarf/code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

For a simple build of libdwarf and dwarfdump2 
and the other tools for personal use:
    ./configure
    make
    cp dwarfdump2/dwarfdump <somewhere>
    Optionally: cp libdwarf/libdwarf.a <somewhere>

To also build a shared libdwarf in the process, do:
    ./configure --enable-shared
    make
    cp libdwarf/libdwarf.so <somewhere>
    cp dwarfdump2/dwarfdump <somewhere>


When ready to create a new distro,
do
./CPTOPUBLIC
./BLDLIBDWARF yyyymmdd
where that would be
	./BLDLIBDWARF 20061224
as an example.

David Anderson.  December 2006.

About

Mirror of git://git.code.sf.net/p/libdwarf/code


Languages

Language:C 62.7%Language:C++ 22.8%Language:Objective-C++ 11.5%Language:Groff 1.2%Language:Shell 0.9%Language:Makefile 0.8%Language:Objective-C 0.1%Language:Awk 0.0%