Qemu 0.10.0 HOWTO

Hasso Tepper hasso at estpak.ee
Fri Mar 13 00:29:38 PDT 2009


Seems I'm not very good at explaining things and many of you have problems 
with qemu ;).

What works at the moment is upstreams' trunk - ie. development branch from 
qemu subversion repo. But as it seems to be broken often etc, here is 
short HOWTO for 0.10.0.

* Grab and unpack the qemu tarball: 
  http://download.savannah.gnu.org/releases/qemu/qemu-0.10.0.tar.gz

* Grab and apply the patch:
  http://leaf.dragonflybsd.org/~hasso/qemu-0.10.0-dragonfly.patch

* ./configure --disable-bsd-user --extra-cflags=-I/usr/pkg/include \
  --extra-ldflags=-L/usr/pkg/lib

  (You might want to disable sdl support as well with --disable-sdl if you 
   don't want it.)

* gmake

* gmake install


Enjoy!

-- 
Hasso Tepper





More information about the Users mailing list