OpenSuse 42.3 Leap additional build host tools

With reference to:

Other Build Host Tools

You need some basic build tools to compile the kernel. Most are likely part of your distro’s standard install.

For Fedora:
sudo dnf install bc git ncurses-devel lzop make

For Debian/Ubuntu:
sudo apt-get install bc git libncurses5-dev lzop make

Which are the build tools for OpenSuse 42.3 Leap ?

Thank you in advance.

Hi

Maybe the following?

sudo zypper install bc git ncurses-devel lzop make

You could for good measure additionally install the development bundle for C/C++ development

sudo zypper install patterns-openSUSE-devel_basis

Max

Edit: fixed the name for the C/C++ bundle.