From: "yeping.zheng" <wonderzyp@xxxxxxxxx> Hi Lianbo, > This is for Fedora, but I'm not sure if they have the same package name on other distributions. Can you help to investigate it? Maybe we can list dependencies based on known distributions. I have tried to build crash in Ubuntu, ArchLinux and openSUSE docker images, and successful after installing the software mentioned in the patch. Is there any platforms need to be added? Thanks, yeping. Signed-off-by: yeping.zheng <yeping.zheng@xxxxxxx> --- README | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README b/README index 02fc56c..3a4d936 100644 --- a/README +++ b/README @@ -72,6 +72,12 @@ After the kernel is re-compiled, the uncompressed "vmlinux" kernel that is created in the top-level kernel build directory must be saved. + o Requirements for building: + Fedora: make gcc gcc-c++ ncurses-devel zlib-devel lzo-devel snappy-devel bison wget patch texinfo libzstd-devel + Ubuntu/Debian: make gcc g++ libncurses-dev zlib1g-dev liblzo2-dev libsnappy-dev bison wget patch texinfo libzstd-dev + Arch: make gcc ncurses zlib lzo snappy bison wget patch texinfo zstd + openSUSE: make gcc gcc-c++ ncurses-devel zlib-devel lzo-devel snappy-devel bison wget patch texinfo libzstd-devel + To build the crash utility: $ tar -xf crash-8.0.6.tar.gz -- 2.47.1 -- Crash-utility mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxxxxxx https://${domain_name}/admin/lists/devel.lists.crash-utility.osci.io/ Contribution Guidelines: https://github.com/crash-utility/crash/wiki