distribution patches
[qemu] / README
1 The QEMU x86 emulator
2 ---------------------
3
4 INSTALLATION
5 ------------
6
7 Type 
8
9     ./configure
10     make
11
12 to build qemu and libqemu.a.
13
14 Type
15
16     make install
17
18 to install qemu in /usr/local/bin
19
20
21 Documentation
22 -------------
23
24 Read the documentation in qemu-doc.html.
25
26
27 Fabrice Bellard.