diff options
author | Jose Fonseca <jfonseca@vmware.com> | 2017-03-20 12:50:52 +0000 |
---|---|---|
committer | Jose Fonseca <jfonseca@vmware.com> | 2017-03-20 12:50:52 +0000 |
commit | 16b76a287134a08d9db3e57ceb9e772e367a2b86 (patch) | |
tree | ad03258133cf039c61106ddf7696ec0acf1e7f5d /docs | |
parent | 977990ef90d3a79c2215295b3c75a2ecf777a17b (diff) |
Remove Windows XP support.
I'm not aware of people using it, so I believe it's not worth the hassle
as I'm trying to cut maintenance burden down.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/INSTALL.markdown | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/INSTALL.markdown b/docs/INSTALL.markdown index 3fa87fda..a099e39e 100644 --- a/docs/INSTALL.markdown +++ b/docs/INSTALL.markdown @@ -198,10 +198,8 @@ for Qt path. ### Windows XP ### -By default, binaries generated by recent builds of Visual Studio will not work -on Windows XP. If you want to obtain binaries that work on Windows XP then -pass the `-T v140_xp -DCMAKE_SYSTEM_VERSION=5.1` options to CMake when building -with Visual Studio 2015. +Windows XP is no longer supported. If you need Windows XP support, your best +bet is to try an old release (search for windows-xp branch upstream.) ## MinGW ## |