Changes between Version 68 and Version 69 of InstallationGuidelinesVirtualMachine
- Timestamp:
- 01/04/11 16:07:10 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuidelinesVirtualMachine
v68 v69 55 55 11. Enter name for new VMware image e.g. Eden in the Virtual Machines directory 56 56 12. Click Save 57 13. Press the green play icon to start the virtual machine. 57 58 Remember to install the Linux VMware Tools after starting up the Eden machine using Virtual Machine > Install VMware Tools 58 59 {{{ … … 61 62 }}} 62 63 And accept all the default options 64 ===== Troubleshooting VMware Tools Install ===== 65 * Open LXTerminal and browse to the folder containing vmware-install.pl. 66 {{{ 67 pwd #displays the current location in the filesystem 68 cd /absolut/path/to/folder # change directory to the one containing vmware-install.pl 69 sudo ./vmware-install.pl #start installation script 70 }}} 71 * Download Build Tools 72 *Option 1: Open Synaptic in the LXDE menu, update, then search for build-essential 73 *Option 2: Open LXTerminal and install build-essential from the command line: 74 {{{ 75 sudo apt-get update 76 sudo apt-get install -y build-essential 77 }}} 63 78 64 79 === Credentials ===