LinuxMint is one ubuntu-like distribution, I'm now use LinuxMint-11.shell
And I do not find any Chinese input software. So, I use English to record ubuntu
how to install Qemu on LinuxMint-11.spa
The reason I use Qemu is the shortages of skyeye, I have to use Qemu for further purpose.code
1. The best way to install Qemu is typein below words :get
#sudo apt-get install qemu-system
2. If you want to compile Qemu from source code, You can download Qemu source code from:input
http://wiki.qemu.org/Main_Page , latest release version is qemu-0.15.1io
3.After extract qemu-0.15.1 folder from qemu-0.15.1.tar.gz, please follow below steps:class
#sudo apt-get install libsdl-dev #sudo apt-get install zlib1g-dev #sudo apt-get install libglib2.0-dev #./configure --prefix=$PWD/__install --enable-sdl --target-list=arm-softmmu #make
After make, qemu-system-arm is in arm-softmmu folder, after make install , all we need are in __install folder.test
We can also export qemu-system-arm to PATH.word