Created
August 1, 2013 11:21
-
-
Save fabriceleal/6130496 to your computer and use it in GitHub Desktop.
Fix for successful install of vmw tools
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// From http://askubuntu.com/questions/40979/what-is-the-path-to-the-kernel-headers-so-i-can-install-vmware | |
cd /lib/modules/$(uname -r)/build/include/linux | |
sudo ln -s ../generated/utsrelease.h | |
sudo ln -s ../generated/autoconf.h | |
sudo ln -s ../generated/uapi/linux/version.h |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment