Transferred from: meego Chinese Forum
Install meego SDK in Linux in two ways:
1. meego qemu Virtual Environment
2. meego chroot (Change-root) Environment Based on xephyr
Method 2ArticleYou have already introduced it. Click here for details. This article mainly introduces method 1.
I. Preparations
A relatively new Linux release version, this article uses ubuntu10.04, and newer hardware:
For example, you need your environment to support the VT Technology for graphic acceleration.
Ii. Download The meego SDK Image
Netbook: http://download3.meego.com/meego... sdk-pre0729.tar.bz2
Mobile: http://download3.meego.com/meego...-sdk-pre0729.tar. bz
Run the following command to decompress the package:
- Tar xvjf <compressed package name>
CopyCode
*After decompression, you must grant the X permission to the image file of qemu. Otherwise, the simulator cannot be started.
3. Configure the qemu Environment
Download and install qemu-Gl at: http://download3.meego.com/qemu-gl_0.12.4-3_i386.deb
Download the execution script at: http://download3.meego.com/qemugl_cmd.sh
Run chmod + x qemugl_cmd.sh to grant the execution permission to the file.
4. Start qemu
- ./Qemugl_0000.sh <image address>
Copy code
Wait for a while
OK. Now you are in the meego world.
5 hours ago Upload
Download (129.77 KB)
Oh, you can do whatever you like.