From 93778df0a2c1eb13efc1695c6649c23fabf80420 Mon Sep 17 00:00:00 2001 From: Alessandro de Oliveira Faria Date: Mon, 15 Feb 2021 02:00:12 -0300 Subject: [PATCH] Packages for openSUSE Linux --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 649c94d9c..51e99e83e 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,12 @@ Install packages necessary for building the Linux kernel from source: sudo apt install build-essential git gcc bison flex libssl-dev bc cpio \ openssl lz4 ``` +For openSUSE Linux, below the packages necessary + +```bash +sudo zypper install patterns-devel-C-C++-devel_C_C++ patterns-devel-base-devel_kernel \ + git bison flex libopenssl-devej bc cpio openssl lz4 +``` ## Download the kernel source and build it