Getting the latest QEMU in FreeBSD (github)

Описание к видео Getting the latest QEMU in FreeBSD (github)

I was recently asked if it was possible to install the latest version of Qemu from Github in FreeBSD that's newer than what was available in ports/packages.... and yes, it is.....in this video we will do just that :-)
---------------------------------------
Many of these instructions can be put on one line, but I did it the following way for clarity...
doas pkg install git python pkgconf bison gmake
git clone https://github.com/qemu/qemu
cd qemu
mkdir build
cd build
../configure gmake
gmake check
doas gmake install
qemu-system-x86_64
qemu-system-x86_64 -hda freebsd.img -boot d -machine pc
---------------------------------------
Odysee: https://odysee.com/@RoboNuggie:0
https://odysee.com/$/invite/@RoboNugg...
Rumble: http://rumble.com/user/robonuggie
Twitter/X: https://x.com/RoboNuggie
BitChute: https://www.bitchute.com/channel/7NzO...
Ko-Fi : https://ko-fi.com/robonuggie
---------------------------------------
Music:stage7 =   / 8-bit-mentality  
----------------------------------------
#RoboNuggie #FreeBSD #GhostBSD #helloBSD #NomadBSD #BSD

Комментарии

Информация по комментариям в разработке