aboutsummaryrefslogtreecommitdiff
path: root/README
blob: 52294323e8f043f06cb802c15d099f2b3e63b62f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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.