Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

117 Add supported Platforms #119

Merged
merged 1 commit into from
Oct 6, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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!