Changes between Version 4 and Version 5 of InstallationGuidelines/VirtualMachineConfiguration
- Timestamp:
- 09/19/13 09:48:07 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuidelines/VirtualMachineConfiguration
v4 v5 71 71 The "guest additions" kit makes sharing the mouse and keyboard between host and guest more natural, and allows a larger screen size for the guest. 72 72 73 * Install build tools. 74 {{{ 75 sudo apt-get install make 76 sudo apt-get install gcc 77 sudo apt-get install linux-headers-$(uname -r) 78 }}} 73 79 * On the VM window menu: Devices -> Install Guest Additions... (This inserts a virtual CD-ROM with the guest additions installer in the virtual drive.) 74 80 * Inside the VM window, start a terminal (double-click the LXTerminal icon). The following commands use "sudo" to execute privileged commands. The first use will ask you to enter your password -- that's the ''dev'' account password. Type: