On 11/3/05, derek <[EMAIL PROTECTED]> wrote: > On Thu, Nov 03, 2005 at 05:52:36PM +0100, Lubos Vrbka wrote: > > you will need the source for qemu too. for example, if i'm in > /usr/local/src and i have the two sources downloaded... > > $ tar xzf qemu-0.7.2.tar.gz > $ cd qemu-0.7.2 > $ tar xzf ../kqemu-0.7.2.tar.gz > $ ./configure > $ make > $ sudo make install
ok, looks straightforward. Does that install both kqemu and qemu? Also wouldn't it be preferable to use checkinstall: sudo checkinstall -D make install this will make a trackable debian package (so you can uninstall when you change kernels etc...). thanks for the hints. matt