We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 916fd61 commit f4219c3Copy full SHA for f4219c3
README.md
@@ -42,10 +42,13 @@ libdwarf/dwarfdump.
42
43
Ubuntu:
44
sudo apt install xz pkgconf zlib1g zlib1g-dev libzstd1
45
+ sudo apt install libzstd-dev
46
+
47
# Use of libzstd1 is new in 0.4.3
48
# zlib1g zlib1g-dev libzstd1 are all optional but
49
# are required to read any DWARF data in compressed
- # sections.
50
+ # sections. libzstd1 was used by many linux system utilities
51
+ # in Ubuntu 20.04.
52
optional add: cmake meson ninja doxygen
53
54
FreeBSD:
0 commit comments