Need help turning OSMC into the proper build environment for compiling a wireless adapter driver

Hi all,

I’m a relative new comer to compiling on linux in general and have been having issues building the driver for my wifi adapter. the guide here looks like it has everything needed to get OSMC build ready but the command:

sudo apt-get install kernel-package

says that kernel-package cannot be found. Any help on this would be great.
Thanks

kernel-package was removed in Debian stretch I assume the build also works without it. So maybe try by removing that from the install line.
Not sure if @sam_nazarko has additional info

It is all handled by the build system. You just run make under kernel-osmc after a clone.

Thank you so much Sam, that did the trick!