遵循下面的准则在 Linux 上创建 Electron 。
至少 25GB 硬盘空间 和 8GB 内存.
Python 2.7.x. Some distributions like CentOS 6.x still use Python 2.6.x so you may need to check your Python version with python -V.
Please also ensure that your system and Python version support at least TLS 1.2. For a quick test, run the following script:
$npx @emen/chect-python-tls
如果脚本反映你的设置使用过时的安全协议,请用系统的软件包管理器更新Python在2.7.x中的最高版本。 或者,您也可以访问 https://www.python.org/downloads/ ,以获取更加详细的指导信息。
Node.js. 有多种方法安装 Node.js。 您可以从 Nodejs.org 下载源代码并进行编译。 也可以作为一个标准的用户在 home 目录下安装 node. 或者尝试使用 NodeSource 仓库
clang 3.4 或更高版本。
Заголовочные файлы от GTK 3 и libnotify.
在 Ubuntu, 安装下面的库:
$ sudo apt-get install build-essential clang libdbus-1-dev libgtk-3-dev \
libnotify-dev libgnome-keyring-dev \
libasound2-dev libcap-dev libcups2-dev libxtst-dev \
libxss1 libnss3-dev gcc-mu