Update ports.md

This commit is contained in:
RElesgoe 2016-12-27 00:42:15 -08:00 committed by GitHub
parent 2d7e3ad65a
commit dbf4ad5ec6

View file

@ -11,17 +11,6 @@ x86_64 | Windows 10.0.10240 | OK | VC++ 14
x86_64 | Windows 10.0.10240 | OK | Clang r249555 | 3.3.1
x86_64 | OS X 10.11.6 | OK | Apple LLVM 7.3.0 (clang-703.0.31) | 3.6.1
# PvPGN Minimum Requirements
Arch | Operating System | Compiler | CMake
---- | ------------------ | ----------- | --------
x86 | Linux | >=G++ 5.1.0 | >=3.1.0
x86 | Linux | >=Clang 3.3 | >=3.1.0
x86 | >=Windows 6.0.6002 | >=VC++ 14 | >=3.1.0
x86 | >=Windows 6.0.6002 | >=Clang 3.3 | >=3.1.0
# Notes
- Any POSIX/WIN32 OS with a C++11 compliant compiler should work
- There are a lot of combinations of operating systems, compilers, and CMake versions to test
- The minimum required compiler version for G++ and Visual Studio is hardcoded