diff options
Diffstat (limited to 'deps/uv/README.md')
-rw-r--r-- | deps/uv/README.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/deps/uv/README.md b/deps/uv/README.md index 54740ca93..e0d38c446 100644 --- a/deps/uv/README.md +++ b/deps/uv/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 |