jackdp / JPPack

A collection of VCL/LCL components for Delphi/Lazarus - buttons, panels, LinkLabel, ProgressBar, ColorComboBox, ColorListBox, Timer and other
http://www.pazera-software.com/dev/jppack-components/
141 stars 39 forks source link

Linux support #3

Open Makhaon opened 2 years ago

Makhaon commented 2 years ago

Does your library supports Delphi/FPC Linux platform?

jackdp commented 2 years ago

Hi, Yes, but some units are for Windows only. I always try to create Linux-compatible units/components, but my primary system is Windows, not Linux. All Windows-specific units are enclosed with the {$IFDEF MSWINDOWS} directive, so you can install JPPack on Linux or cross compile on Windows for Linux.

MiyamuraMiyako commented 9 months ago

@jackdp Thanks for the UI library you developed. I tried to install JPLib and JPPack on Linux, but it failed and could not handle some dependency issues (including installation from lpk and online installation). Is there a way to minimize the import of the library? I just want to use the TJppBasicSpeedButton.

图片