step 1 : Download QEMU
In this program, you are going to learn
How ?
Topics in this section,
Go to home directory.
$ cd $HOME
Download QEMU source code using the following links
$ wget https://download.qemu.org/qemu-6.2.0.tar.xz
Decompress the tar file using the following command.
$ tar xvJf qemu-6.2.0.tar.xz
Download the prerequisite packages
$ sudo apt-get install build-essential zlib1g-dev pkg-config libglib2.0-dev \
binutils-dev libboost-all-dev autoconf libtool libssl-dev libpixman-1-dev \
python-capstone virtualenv ninja-build
Go to qemu-6.2.0 directory
$ cd qemu-6.2.0