]> sigrok.org Git - libserialport.git/blobdiff - README
windows: Fix various memory leaks.
[libserialport.git] / README
diff --git a/README b/README
index 7666a5c144fe199d862410cfe4f6696d4d2eba68..dbfbc08a0709d965810b4d5b7392c1a11c14f9ac 100644 (file)
--- a/README
+++ b/README
@@ -41,7 +41,13 @@ Building
 ========
 
 The package uses a GNU style build system and requires a Unix style shell.
-On Windows it can be built with the MinGW toolchain and MSYS environment.
+
+Windows builds can be created natively with the MinGW-w64 toolchain and
+MSYS environment, or cross-compiled using a MinGW-w64 toolchain:
+
+  http://mingw-w64.sourceforge.net/
+
+The "old" MinGW from http://mingw.org/ is not supported.
 
 Run "./autogen.sh" to generate the build system, "./configure" to setup, then
 "make" to build the library and "make install" to install it.
@@ -50,3 +56,9 @@ API
 ===
 
 Doxygen API documentation is included.
+
+Website
+=======
+
+http://sigrok.org/wiki/Libserialport
+