step 1 : Download QEMU ======================= .. tab-set:: .. tab-item:: Download QEMU * In this program, you are going to learn .. panels:: :container: container pb-4 :column: col-lg-12 p-2 :card: shadow * How ? .. panels:: :container: container pb-4 :column: col-lg-12 p-2 :card: shadow Topics in this section, * :ref:`Download QEMU ` .. _barelinux_qemu_rpi_3b_step1_0: .. tab-set:: .. tab-item:: Download QEMU * Go to home directory. .. code-block:: c $ cd $HOME * Download QEMU source code using the following links .. code-block:: c $ wget https://download.qemu.org/qemu-6.2.0.tar.xz * Decompress the tar file using the following command. .. code-block:: c $ tar xvJf qemu-6.2.0.tar.xz * Download the prerequisite packages .. code-block:: c $ 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 .. code-block:: c $ cd qemu-6.2.0