Windows 环境(依赖程序 VC++ Redistributable)
在 Windows 中使用 FlowCore 3.0,应该安装以下依赖程序包。
打开 FlowCore 程序包 windows-prerequisites 文件夹,安装 vcredist_x86.exe。
Linux 环境(依赖程序包)
在 Linux 中使用 FlowCore 3.0,应该安装以下依赖程序包。
安装依赖包
适用于 Ubuntu 24.04, 22.04, 20.04 和 Debian 12.x, 11.xLinux 命令sudo apt-get update sudo apt-get install xvfbLinux 命令sudo apt-get install -y libqt5webkit5
如何遇到如下错误,原因是 runroot 不具备执行权限。
/usr/bin/xvfb-run: 184: /flowcore/runroot/runtimes/linux/native/**: Permission denied
设置 runroot 执行权限(请将 runroot 路径修改为实际路径)
Linux 命令
sudo chmod -R +x /flowcore/runroot