qemu/README

27 lines
283 B
Plaintext
Raw Normal View History

The QEMU x86 emulator
---------------------
INSTALLATION
------------
Type
./configure
make
to build qemu and libqemu.a.
Type
make install
to install qemu in /usr/local/bin
Documentation
-------------
Read the documentation in qemu-doc.html.
Fabrice Bellard.