mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Merge pull request #8313 from oukan/feature/translated-supported-platforms
translated supported platforms to zh-CN
This commit is contained in:
@@ -4,18 +4,17 @@
|
||||
|
||||
### macOS
|
||||
|
||||
对于 macOS 系统仅有64位的二进制文档,支持的最低版本是 macOS 10.8。
|
||||
对于 macOS 系统仅有64位的二进制文档,支持的最低版本是 macOS 10.9。
|
||||
|
||||
### Windows
|
||||
|
||||
仅支持 Windows 7 及其以后的版本,之前的版本中是不能工作的。
|
||||
|
||||
对于 Windows 提供 `x86` 和 `amd64` (x64) 版本的二进制文件。需要注意的是
|
||||
`ARM` 版本的 Windows 目前尚不支持.
|
||||
对于 Windows 提供 `ia32` (x86) 和 `amd64` (x64) 版本的二进制文件。需要注意的是 `ARM` 版本的 Windows 目前尚不支持。
|
||||
|
||||
### Linux
|
||||
|
||||
预编译的 `ia32`(`i686`) 和 `x64`(`amd64`) 版本 Electron 二进制文件都是在
|
||||
预编译的 `ia32` (`i686`) 和 `x64` (`amd64`) 版本 Electron 二进制文件都是在
|
||||
Ubuntu 12.04 下编译的,`arm` 版的二进制文件是在 ARM v7(硬浮点 ABI 与
|
||||
Debian Wheezy 版本的 NEON)下完成的。
|
||||
|
||||
|
||||
Reference in New Issue
Block a user