From 3ef693a03205217a5def9318b443c8cb6de17217 Mon Sep 17 00:00:00 2001 From: bellard Date: Sun, 23 Mar 2003 20:17:16 +0000 Subject: distribution patches git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@44 c046a42c-6fe2-441c-8c8c-71466251a162 --- README | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 README (limited to 'README') 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 -- cgit v1.2.1