(Created page with '== Prerequisites == #VirtualBox #A Linux distro of your choice, here I've used Xubuntu. == How To == ===VirtualBox=== Download and install virtualbox from: [http://www.virtua…') |
(→VirtualBox) |
||
| Line 8: | Line 8: | ||
===VirtualBox=== | ===VirtualBox=== | ||
Download and install virtualbox from: [http://www.virtualbox.org/wiki/Downloads VirtualBox Downloads]<br /> | Download and install virtualbox from: [http://www.virtualbox.org/wiki/Downloads VirtualBox Downloads]<br /> | ||
| - | After it's installed open it up and create a new virtual machine by pressing ''New'' and following the wizard.<br /> | + | After it's installed, open it up and create a new virtual machine by pressing ''New'' and following the wizard.<br /> |
| - | When you've created the machine you can choose it from the list and press ''Settings'', go down to ''System'' then ''Processor'' and enable ''PAE/NX''.<br /> | + | When you've created the machine, you can choose it from the list and press ''Settings'', go down to ''System'' then ''Processor'' and enable ''PAE/NX''.<br /> |
| - | Also go down to ''Display'' and enable ''3D Acceleration''.<br /> | + | Also, go down to ''Display'' and enable ''3D Acceleration''.<br /> |
Last part, go down to ''Storage'' and choose the image-file for your Linux distro.<br /> | Last part, go down to ''Storage'' and choose the image-file for your Linux distro.<br /> | ||
After this is done, boot up the virtual machine and install the Linux distro.<br /> | After this is done, boot up the virtual machine and install the Linux distro.<br /> | ||
Contents |
Download and install virtualbox from: VirtualBox Downloads
After it's installed, open it up and create a new virtual machine by pressing New and following the wizard.
When you've created the machine, you can choose it from the list and press Settings, go down to System then Processor and enable PAE/NX.
Also, go down to Display and enable 3D Acceleration.
Last part, go down to Storage and choose the image-file for your Linux distro.
After this is done, boot up the virtual machine and install the Linux distro.
When the distro has been installed it is time to have the VirtualBox Guest Additions compiled and installed.
In the window your virtual machine is running in choose Devices and then Install Guest Additions. In *ubuntu it should now show a cd-rom on the desktop, double click it to mount
Go to a terminal (CTRL + ALT + F1 for example) and do the following:
When the additions are installed you can restart the virtual machine by issuing sudo reboot in the terminal.
When everything above is done you can go to: Getting_started_with_the_MeeGo_SDK_for_Linux and follow the guidelines there.