Sha*_*elt 4 linux delphi firemonkey windows-subsystem-for-linux wsl-2
我想使用 Delphi 为 Linux 开发一个应用程序,但 Linux 不是我的目标平台选项:
使用 Delphi 开始开发和编译 Linux 应用程序的步骤是什么?
我需要什么?
sudo apt-get update -y && sudo apt-get upgrade -y
curl -L https://embt.co/SetupUbuntu4Delphi22 | bash
~/pa22.sh
Delphi 10.4或更新安装。这也需要是Enterprise EditionIDE 的。
FMXLinux从以下位置安装GetIt Package Manager:

Tools > Options > Deployment > Connection Profile ManagerUbuntu WSL 中的 PAServer 并设置连接:

Tools > Options > Deployment > SDK Manager并添加新的 Linux SDK:



就是这样。现在您应该能够使用 Delphi 编译和构建 Linux 应用程序。