Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

Packages for openSUSE Linux #2

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down