Skip to content

Commit 4801dfe

Browse files
committed
fix README to match reality
1 parent c4783d4 commit 4801dfe

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ by passing the "-l" option. The output will be very verbose.
139139

140140
## Building
141141

142-
* To compile, you need CMake, and a compiler that's at least C++17 capable.
142+
* To compile, you need CMake, and a compiler that's at least C++20 capable.
143143

144144
* Various ELF compression mechanisms mean that you should have the
145145
development package for zlib and xz compression libraries installed. Those
@@ -150,7 +150,11 @@ by passing the "-l" option. The output will be very verbose.
150150
* If you want python2 support, you need the python2 development headers installed.
151151

152152
* If you want python3 support, you need the python3 source installed to
153-
match the distribution of your binary.
153+
match the distribution of your binary. Currently, things only work with
154+
python3.9
155+
156+
* If you want debuginfod support, you need the
157+
elfutils-debuginfod-client-debuginfo package or equivalent
154158

155159
To build:
156160
```

0 commit comments

Comments
 (0)