Changes between Version 4 and Version 5 of InstallationGuidelines/VirtualMachineConfiguration


Ignore:
Timestamp:
09/19/13 09:48:07 (12 years ago)
Author:
Pat Tressel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuidelines/VirtualMachineConfiguration

    v4 v5  
    7171The "guest additions" kit makes sharing the mouse and keyboard between host and guest more natural, and allows a larger screen size for the guest.
    7272
     73 * Install build tools.
     74{{{
     75sudo apt-get install make
     76sudo apt-get install gcc
     77sudo apt-get install linux-headers-$(uname -r)
     78}}}
    7379 * On the VM window menu: Devices -> Install Guest Additions... (This inserts a virtual CD-ROM with the guest additions installer in the virtual drive.)
    7480 * 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: