File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff 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
155159To build:
156160```
You can’t perform that action at this time.
0 commit comments