descriptionqemu-gui is a wxwidgets based, cross platform gui for qemu
homepage URLhttp://www.brain-dump.org/projects/qemu-gui
ownermat@brain-dump.org
last changeSat, 8 Sep 2007 16:12:35 +0000 (8 18:12 +0200)
content tags
add:
README
In order to compile qemu-gui you must have wxWidgets and libvncclient headers +
libraries installed. wxWidgets should already be packaged by most distribuations
for example in debian they called it:

 libwxgtk2.6-0 - wxWidgets Cross-platform C++ GUI toolkit (GTK+ runtime)
 libwxgtk2.6-dbg - wxWidgets Cross-platform C++ GUI toolkit (GTK+ development)
 libwxgtk2.6-dev - wxWidgets Cross-platform C++ GUI toolkit (GTK+ development)

libvncclient is actually part of libvncserver which can be found at

	http://libvncserver.sourceforge.net/

so extract the tarball and type the following

	./configure [specify parameters as you like]
	cd libvncclient
	make
	make install

afterwards you can use the Makefile provided by qemu-gui and possibly override
CXXFLAGS and LDFLAGS as needed.

	make LDFLAGS=-L/usr/local/lib
shortlog
2007-09-08 Marc Andre... Added some temporary icons to the repositorymaster
2007-09-08 Marc Andre... Switched from hg to git, converting ignore file accordingly
2007-08-27 Marc Andre... Overall cleanup, dead code elimination
2007-08-27 Marc Andre... Debugging framework
2007-08-20 Marc Andre... Hide mouse pointer when entering the vnc panel and...
2007-08-20 Marc Andre... Use new vnc syntax (with a colon).
2007-08-20 Marc Andre... Formatting cleanup
2007-01-22 Marc Andre... Disable some menuentries if no vm is active.
2007-01-20 Marc Andre... Remove unused code, clean up byte ordering mess.
2007-01-20 Marc Andre... Add kind of windows support (probably doesn't yet work...
2007-01-17 Marc Andre... Better looking toolbar styles (especially on Windows)
2007-01-08 Marc Andre... Add a CTRL+ALT+DELETE menuitem.
2007-01-08 Marc Andre... Remove favorites panel, the last opened virtual machine...
2007-01-08 Marc Andre... Improved socket handling, which allows us to send comma...
2007-01-07 Marc Andre... Add a toolbar button to kill the currently active vm...
2007-01-07 Marc Andre... Ignore vim swap files.
...
heads
16 years ago master