This article focuses on the virtual machine operating system and MeegoSDK installation process, including Meego development software environment preparation, installation of Virtual Machine software, etc, I believe that by studying this article, you will have a clear understanding of the virtual machine operating system and MeegoSDK Installation Process in Meego development.
Virtual Machine operating system and MeegoSDK Installation Process
1. Prepare Meego development software environment
1) SunVirtualBox3.1.6.r59338 (I don't know why the latest OracleVirtualBox has never been installed successfully, maybe because I am so close to Sun): http://www.virtualbox.org/wiki/Downloads
2) tu9.10: http://www.ubuntu.org.cn/desktop/get-ubuntu/download/
3) MeegoSDK0524: http://download3.meego.com/meego-sdk-0524.tar.bz2
2. Install Virtual Machine Software
1) Sun Virtual Machine installation process is relatively simple, one way Next down can be, unfamiliar friends can take a look at this tutorial: http://www.laxjyj.com/teliute/TeacHtm/TeVBox/index.html
3. Install the Operating System
1) because my operating system is Windows XP, the downloaded version is ubuntu-9.10-desktop-i386.iso
2) Open VirtualBox and see the following page:
3) Click New to create a VM.
4) Click Next to set the Virtual Machine name and select the host operating system, for example, Ubuntu. The host is Windows XP.
5) Click Next to select the memory size. You can select the memory size based on the actual memory size of the host. I chose 512 MB, which is basically enough.
6) Click Next to set the hard disk and select Createnewharddisk )".
7) Click Next to enter the new virtual hard disk setting wizard.
8) Click Next and select set storage type. Here, select DynamicexpandingStorage to add storage)
9) Click Next To go to the virtual hard disk location and size setting page, and select the address you want to store and the size of the desired hard disk.
10) Click Next to review your settings and click Finish.
11) after you click "OK", the new virtual machine is ready.
12) double-click the newly created virtual machine or select the newly created virtual machine and click the Start button. The first time you run the setup wizard, select Next.
13) on the installation media page, select CD/DVDroom, choose new in the displayed virtual media management interface, and then in the new pop-up interface, select the ubuntu-9.10-desktop-i386.iso file, and then OK
14) Click Next, review your settings, and click Finish to complete the settings.
15) then double-click the newly added Ubuntu Virtual Machine to install the Ubuntu operating system by default.
4. Download and install MeegoSDK, a required tool for Meego Development
1) in the command line, enter sudowgethttp: // download3.meego.com/meego-sdk-0524.tar.bz2.pdf to download the file directly from the address of the firefoxinput file.
2) enter the following command in the command line to extract: sudotarjxvfmeego-sdk-0524.tar.bz2
3) install the meego-sdk-chroot Script: sudowgethttp: // download3.meego.com/meego-sdk-chroot
4) modify the permission to execute: chmod + xmeego-sdk-chroot
5) modify the Directory and move it to/user/bin: sudomvmeego-sdk-chroot/usr/bin
6) configure the simulator environment and run the command in the command line to restart the simulator.): xhost + SI: localuser: the user name you want to set.
7) enter the MeeGochroot environment: sudomeego-sdk-chroot ~ Meego-sdk-0524
8) Open the simulator and you will see a similar interface below, proving that you have succeeded: startmeego &
9) to stop the simulator, you only need to leave chrootshell: exit