diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2003-03-23 20:17:16 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2003-03-23 20:17:16 +0000 |
commit | 3ef693a03205217a5def9318b443c8cb6de17217 (patch) | |
tree | fa12f6de6be59ef2324b119ec0971ec28fa98266 /README | |
parent | b03c60f35194db4ba1f53673ab02ade29f54701e (diff) |
distribution patches
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@44 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'README')
-rw-r--r-- | README | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/README b/README new file mode 100644 index 0000000000..52294323e8 --- /dev/null +++ b/README @@ -0,0 +1,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.
\ No newline at end of file |