Delphi a été mis à jour en version 10.2.
Voici la méthode d’installation initiale pour l’utiliser sous CentOS 7.
[php]
# yum -y update
# yum install -y firewalld
# systemctl unmask firewalld
# systemctl enable firewalld
# systemctl start firewalld
# firewall-cmd --permanent --add-port=64211/tcp
# firewall-cmd --reload
# yum group install "Development Tools"
# yum install wget curl-devel
# wget https://down.kilho.net/data/LinuxPAServer19.0.tar.gz
# tar xvfz ./LinuxPAServer19.0.tar.gz
# ./PAServer-19.0/paserver
# chmod +x {fichier créé}
# ./{fichier créé}
[/php]