From 8ef07ccac7e9dad376dcea2013b6026d34536885 Mon Sep 17 00:00:00 2001 From: Ben Kelly Date: Sat, 6 Apr 2013 12:31:20 -0400 Subject: [PATCH] doc: add link to Visual Studio Express in README --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 54740ca9..e0d38c44 100644 --- a/README.md +++ b/README.md @@ -109,10 +109,14 @@ autotools, add a `AC_GNU_SOURCE` declaration to your `configure.ac`. ## Supported Platforms Microsoft Windows operating systems since Windows XP SP2. It can be built -with either Visual Studio or MinGW. +with either Visual Studio or MinGW. Consider using +[Visual Studio Express 2010][] or later if you do not have a full Visual +Studio license. Linux 2.6 using the GCC toolchain. MacOS using the GCC or XCode toolchain. Solaris 121 and later using GCC toolchain. + +[Visual Studio Express 2010]: http://www.microsoft.com/visualstudio/eng/products/visual-studio-2010-express