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 /win64/README | |
parent | a6616dc0e872b3d12ab6e25c8d9d22a9977e8e28 (diff) | |
download | syslinux-57446ab2e8f95189d96ae51939eed2bfb50fa1b9.tar.gz syslinux-57446ab2e8f95189d96ae51939eed2bfb50fa1b9.tar.xz syslinux-57446ab2e8f95189d96ae51939eed2bfb50fa1b9.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 'win64/README')
-rw-r--r-- | win64/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/win64/README b/win64/README new file mode 100644 index 00000000..05b41607 --- /dev/null +++ b/win64/README @@ -0,0 +1,10 @@ +Building the Win64 installer requires the MinGW-W64 compiler, +available at: + + http://mingw-w64.sourceforge.net/ + +For prepackaged versions of the MinGW-W64 cross-compiler for the +Fedora Linux distribution (and possibly other RPM-based +distributions), see: + + http://lists.fedoraproject.org/pipermail/mingw/2010-May/002589.html |