aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2003-03-23 20:17:16 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2003-03-23 20:17:16 +0000
commit3ef693a03205217a5def9318b443c8cb6de17217 (patch)
treefa12f6de6be59ef2324b119ec0971ec28fa98266 /README
parentb03c60f35194db4ba1f53673ab02ade29f54701e (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--README27
1 files changed, 27 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 000000000..52294323e
--- /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