install pigz first
and then
tar -c --use-compress-program=pigz -f <tar.filename> <dir_to_zip>
tar -c --use-compress-program=pigz -f <tar.filename> <dir_to_zip>
sudo apt-get install zlib1g-dev libglib2.0-dev autoconf automake libtoolIf you need to browse the execution screen via a window in host instead of using VNC, you will need to install gtk.
sudo apt-get install build-essential libgtk2.0-dev libvte-devThen command ./configure --target-list="What you desire" --enable-gtk.
ex: ./configure --target-list="x86_64-softmmu" --enable-gtkThen command make, and it will make the files in some directory, ex:"x86_64-softmmmu".
ex:gcc test.c -o test -pthread