-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
eeda12f
commit 27626ba
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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! |