Since Jet is built on top of standard C++11, the code should be compiled with any modern compilers that supports C++11. The list of the platforms that are tested are shown below.

CI tested (Travis CI and AppVeyor):

  • Mac OS X 10.10 with Xcode 6.4 (gcc and clang)
  • Mac OS X 10.11 with Xcode 7.3 (gcc and clang)
  • Ubuntu 14.04 (gcc and clang)
  • Windows 10 with Visual Studio 2015

Manually tested:

  • macOS 10.12 with Xcode 8.0 (gcc and clang)
  • Ubuntu 16.04 (gcc)
  • SUSE Linux Enterprise Server 12 SP2 (gcc)
  • Windows 10 with Visual Studio 2017