2
0
Эх сурвалжийг харах

Replace Qemu by QEMU in w32 installation path (prefix)

The official spelling is QEMU.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
Reviewed-by: Andreas Färber <afaerber@suse.de>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Stefan Weil 13 жил өмнө
parent
commit
c5ec15ea3b
2 өөрчлөгдсөн 4 нэмэгдсэн , 4 устгасан
  1. 1 1
      configure
  2. 3 3
      qemu-doc.texi

+ 1 - 1
configure

@@ -519,7 +519,7 @@ EOF
   if compile_prog "" "-liberty" ; then
   if compile_prog "" "-liberty" ; then
     LIBS="-liberty $LIBS"
     LIBS="-liberty $LIBS"
   fi
   fi
-  prefix="c:/Program Files/Qemu"
+  prefix="c:/Program Files/QEMU"
   mandir="\${prefix}"
   mandir="\${prefix}"
   datadir="\${prefix}"
   datadir="\${prefix}"
   docdir="\${prefix}"
   docdir="\${prefix}"

+ 3 - 3
qemu-doc.texi

@@ -2709,9 +2709,9 @@ MinGW's default header and linker search paths.
 @file{make}.  If you have problems using SDL, verify that
 @file{make}.  If you have problems using SDL, verify that
 @file{sdl-config} can be launched from the MSYS command line.
 @file{sdl-config} can be launched from the MSYS command line.
 
 
-@item You can install QEMU in @file{Program Files/Qemu} by typing
+@item You can install QEMU in @file{Program Files/QEMU} by typing
 @file{make install}. Don't forget to copy @file{SDL.dll} in
 @file{make install}. Don't forget to copy @file{SDL.dll} in
-@file{Program Files/Qemu}.
+@file{Program Files/QEMU}.
 
 
 @end itemize
 @end itemize
 
 
@@ -2745,7 +2745,7 @@ The example assumes @file{sdl-config} is installed under @file{/usr/i686-pc-ming
 MinGW cross compilation tools have names like @file{i686-pc-mingw32-gcc} and @file{i686-pc-mingw32-strip}.
 MinGW cross compilation tools have names like @file{i686-pc-mingw32-gcc} and @file{i686-pc-mingw32-strip}.
 We set the @code{PATH} environment variable to ensure the MinGW version of @file{sdl-config} is used and
 We set the @code{PATH} environment variable to ensure the MinGW version of @file{sdl-config} is used and
 use --cross-prefix to specify the name of the cross compiler.
 use --cross-prefix to specify the name of the cross compiler.
-You can also use --prefix to set the Win32 install path which defaults to @file{c:/Program Files/Qemu}.
+You can also use --prefix to set the Win32 install path which defaults to @file{c:/Program Files/QEMU}.
 
 
 Under Fedora Linux, you can run:
 Under Fedora Linux, you can run:
 @example
 @example