diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2003-03-29 16:57:34 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2003-03-29 16:57:34 +0000 |
commit | 168485b75bfa0bd543412039c37967de93cf06b1 (patch) | |
tree | 0d5575f15f15a2d2d677c1041214111d600c259e /qemu-doc.texi | |
parent | 5cd4393b14b68a4e80a3ffa74c04efff2b9590a5 (diff) | |
download | qemu-168485b75bfa0bd543412039c37967de93cf06b1.zip |
wine help
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@61 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'qemu-doc.texi')
-rw-r--r-- | qemu-doc.texi | 36 |
1 files changed, 32 insertions, 4 deletions
diff --git a/qemu-doc.texi b/qemu-doc.texi index 8afdbe0b9d..3bb043be4c 100644 --- a/qemu-doc.texi +++ b/qemu-doc.texi @@ -102,11 +102,39 @@ unset LD_LIBRARY_PATH Then you can launch the precompiled @file{ls} x86 executable: @example -qemu /usr/local/qemu-i386/bin/ls +qemu /usr/local/qemu-i386/bin/ls-i386 +@end example +You can look at @file{/usr/local/qemu-i386/bin/qemu-conf.sh} so that +QEMU is automatically launched by the Linux kernel when you try to +launch x86 executables. It requires the @code{binfmt_misc} module in the +Linux kernel. + +@end itemize + +@section Wine launch (Currently only tested when emulating x86 on x86) + +@itemize + +@item Ensure that you have a working QEMU with the x86 glibc +distribution (see previous section). In order to verify it, you must be +able to do: + +@example +qemu /usr/local/qemu-i386/bin/ls-i386 +@end example + +@item Download the binary x86 wine install +(@file{qemu-i386-wine.tar.gz} on the QEMU web page). + +@item Configure wine on your account. Look at the provided script +@file{/usr/local/qemu-i386/bin/wine-conf.sh}. Your previous +@code{$@{HOME@}/.wine} directory is saved to @code{$@{HOME@}/.wine.org}. + +@item Then you can try the example @file{putty.exe}: + +@example +qemu /usr/local/qemu-i386/wine/bin/wine /usr/local/qemu-i386/wine/c/Program\ Files/putty.exe @end example -You can look at @file{/usr/local/qemu-i386/bin/qemu-conf.sh} so that QEMU is automatically -launched by the Linux kernel when you try to launch x86 executables. It -requires the @code{binfmt_misc} module in the Linux kernel. @end itemize |