diff options
author | H. Peter Anvin <hpa@linux.intel.com> | 2010-07-21 12:33:13 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@linux.intel.com> | 2010-07-21 12:33:13 -0700 |
commit | 4ad669661e034f6069c3ce0d6b97a8f297cf33b3 (patch) | |
tree | c8d83c04f6b805cbb18c83fa1589f0ef0a45fec3 /win32/README | |
parent | a6616dc0e872b3d12ab6e25c8d9d22a9977e8e28 (diff) | |
download | syslinux-4ad669661e034f6069c3ce0d6b97a8f297cf33b3.tar.gz syslinux-4ad669661e034f6069c3ce0d6b97a8f297cf33b3.tar.xz syslinux-4ad669661e034f6069c3ce0d6b97a8f297cf33b3.zip |
win64: experimental Win64 installer (syslinux64.exe)syslinux-4.02
Experimental Win64 installer. This is necessary to be able to run on
WinPE64, since WinPE64 doesn't support running 32-bit binaries.
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Diffstat (limited to 'win32/README')
-rw-r--r-- | win32/README | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/win32/README b/win32/README index a1578f91..8775cf0a 100644 --- a/win32/README +++ b/win32/README @@ -2,7 +2,5 @@ Building the Win32 installer requires the MinGW compiler, available at: http://www.mingw.org/ -Prepackaged versions of the MinGW cross-compiler in RPM format for -Linux are available at: - - http://mirzam.it.vu.nl/mingw/ +Prepackaged versions of the MinGW cross-compiler are now included in +several Linux distributions, including Fedora. |