File tree Expand file tree Collapse file tree 2 files changed +24
-8
lines changed
Expand file tree Collapse file tree 2 files changed +24
-8
lines changed Original file line number Diff line number Diff line change @@ -6,19 +6,27 @@ Status](https://travis-ci.com/davea42/libdwarf-code.svg?branch=master)](https://
66
77# This is libdwarf README.md
88
9- Updated 6 April 2022
10- For release libdwarf-0.4.0
9+ Updated 10 April 2022
10+
11+ For release libdwarf-0.4.0
12+
1113## REQUIREMENTS from a libdwarf<name>.tar.xz
1214 Mentioning some that might not be automatically
1315 in your base OS release. Restricting attention
14- to just building libdwarf and dwarfdump.
16+ here to just building libdwarf and dwarfdump.
17+
18+ If the objects you work with do not have
19+ compressed-elf-section content zlib/libz
20+ are not required for building/using
21+ libdwarf/dwarfdump.
22+
1523 Ubuntu:
1624 sudo apt install pkgconf zlib1g zlib1g-dev
1725 optional add: cmake meson
1826
1927 FreeBSD:
2028 pkg install bash python3 gmake binutils pkgconf lzlib
21- optional add: cmake meson libbfd
29+ optional add: cmake meson
2230
2331## BUILDING from a libdwarf<name>.tar.xz
2432
Original file line number Diff line number Diff line change @@ -6,19 +6,27 @@ Status](https://travis-ci.com/davea42/libdwarf-code.svg?branch=master)](https://
66
77# This is libdwarf README.md
88
9- Updated 6 April 2022
10- For release libdwarf-0.4.0
9+ Updated 10 April 2022
10+
11+ For release libdwarf-0.4.0
12+
1113## REQUIREMENTS from a libdwarf<name >.tar.xz
1214 Mentioning some that might not be automatically
1315 in your base OS release. Restricting attention
14- to just building libdwarf and dwarfdump.
16+ here to just building libdwarf and dwarfdump.
17+
18+ If the objects you work with do not have
19+ compressed-elf-section content zlib/libz
20+ are not required for building/using
21+ libdwarf/dwarfdump.
22+
1523 Ubuntu:
1624 sudo apt install pkgconf zlib1g zlib1g-dev
1725 optional add: cmake meson
1826
1927 FreeBSD:
2028 pkg install bash python3 gmake binutils pkgconf lzlib
21- optional add: cmake meson libbfd
29+ optional add: cmake meson
2230
2331## BUILDING from a libdwarf<name >.tar.xz
2432
You can’t perform that action at this time.
0 commit comments