I want to install vmware on my openSuse. Unfortunatelly, the installer package need to be recompiled again. And it takes such thing like this : /usr/src/linux/include/linux/version.h
Hey, I know, it is provided in “linux-kernel-header”packageĀ bla.bla.bla ..
Lucky, vavai has wrote this . So I execute this command :
sudo zypper in make binutils kernel-source gcc gcc-c++
then version.h can be created using this command :
cd /usr/src/linuxmake menuconfigmake bzImage