Use new vnc syntax (with a colon).
[qemu-gui.git] / README
blobf4d729f8f3f1ce6be2fff768d5d3831af538bd97
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]
16         cd libvncclient
17         make
18         make install
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