1 In order to compile qemu-gui you must have wxWidgets and libvncclient headers +
2 libraries installed. wxWidgets should already be packaged by most distribuations
3 for example in debian they called it:
5 libwxgtk2.6-0 - wxWidgets Cross-platform C++ GUI toolkit (GTK+ runtime)
6 libwxgtk2.6-dbg - wxWidgets Cross-platform C++ GUI toolkit (GTK+ development)
7 libwxgtk2.6-dev - wxWidgets Cross-platform C++ GUI toolkit (GTK+ development)
9 libvncclient is actually part of libvncserver which can be found at
11 http://libvncserver.sourceforge.net/
13 so extract the tarball and type the following
15 ./configure [specify parameters as you like]
20 afterwards you can use the Makefile provided by qemu-gui and possibly override
21 CXXFLAGS and LDFLAGS as needed.
23 make LDFLAGS=-L/usr/local/lib