diff options
author | H. Peter Anvin <hpa@zytor.com> | 2007-04-26 17:35:55 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2007-04-26 17:35:55 -0700 |
commit | 9d52911c8a2f64be73348ca60ffb8fba693b3411 (patch) | |
tree | c3993a86aeefc56b977af747cdd0d8635af80b41 /win32 | |
parent | 56ba61e0f3a7e37f350ec37eb66adb55c8d585ad (diff) | |
download | syslinux-9d52911c8a2f64be73348ca60ffb8fba693b3411.tar.gz |
Document the use of the MinGW compiler.
Diffstat (limited to 'win32')
-rw-r--r-- | win32/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/win32/README b/win32/README new file mode 100644 index 00000000..a1578f91 --- /dev/null +++ b/win32/README @@ -0,0 +1,8 @@ +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/ |