Sparkle e XData on Linux

Ao realizar instala??o do Sparkle ao instalar para linux ocorre erro, consequentemente o XData tamb?m n?o instala precisando do pr?-requisito do Sparkle, Segue linhas de erro ocorridas no log de instala??o do Sparkle:

C:\Program Files (x86)\Embarcadero\Studio\19.0\Bin\CodeGear.Delphi.Targets(399,5): error E2597: C:\Program Files (x86)\Embarcadero\Studio\19.0\bin\ld-linux.exe: error: cannot find -lcurl
C:\Program Files (x86)\Embarcadero\Studio\19.0\Bin\CodeGear.Delphi.Targets(399,5): error F2588: Linker error code: 1 ($00000001)
Your Linux SDK need some extra libraries.Install libcurl in Linux machine:

sudo apt-get install libcurl-dev

or 

sudo apt-get install libcurl4-gnutls-dev

Be aware that after installing missing packages like above, you need to reload the Linux SDK in the IDE. To be sure, you can simply delete the linux SDK from IDE, the folder, and then add it again so Delphi will reimport the most updated files.

 

Obrigado, deu certo.