archive:freebsd_install_open_vm_tools
Table of Contents
How To Install Open VM Tools On FreeBSD
Basically you have 2 options with or without X11. Now for some reason beyond my understadning this is not a switch thrown in at compile time but you need to specify a dedicated port build for either with or without X11.
Install without X11 support
To build open vm tools without X11 use the following port and install method.
cd /usr/ports/emulators/open-vm-tools-nox11 && make install clean
Install with X11 support
To build open vm tools with X11 use the following port and install method.
cd /usr/ports/emulators/open-vm-tools && make install clean
archive/freebsd_install_open_vm_tools.txt · Last modified: 24/11/2023 12:31 by Allan