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
#!/bin/sh | |
sudo apt-get install open-vm-tools-desktop git build-essential | |
git clone https://github.com/vmware/open-vm-tools.git | |
cd open-vm-tools/open-vm-tools/ | |
sudo apt-get install autoconf libtool | |
autoreconf -i | |
sudo apt-get install libmspack-dev libglib2.0-dev libprocps4-dev libdumbnet-dev | |
./configure --without-x --without-pam --without-ssl --without-icu | |
make MODULES=vmhgfs |