Skip to content

Commit

Permalink
Add supported Platforms (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
arnazmursidp authored and bahmutov committed Oct 6, 2017
1 parent eeda12f commit 27626ba
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions PLATFORMS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Supported Platforms

Following platforms are supported by Cypress:

### macOS

Supports Mac OS 10.9 (Mavericks) or later, only 64bit binaries are provided for macOS

### Linux

The prebuilt `ia32` and {`i686`} and `x64` (`amd64`) binaries of Cypress are built on Ubuntu 12.04, the `arm` binary is built against ARM v7 with hard-float ABI and NEON for Debian Wheezy.

Whether the prebuilt binary can run on a distribution dependson whether the distribution includes the libraries that Cypress is linked to on the building platform, so only Ubuntu 12.04 is guaranteed to work, but following platforms are also verified to be able to run the prebuilt binaries of Cypress:

* Ubuntu 12.04 and later
* Fedora 21
* Debian 8

### Windows

The windows are on development, coming soon!

0 comments on commit 27626ba

Please sign in to comment.