JPPack icon indicating copy to clipboard operation
JPPack copied to clipboard

Linux support

Open Makhaon opened this issue 3 years ago • 2 comments

Does your library supports Delphi/FPC Linux platform?

Makhaon avatar Jun 18 '22 07:06 Makhaon

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.

jackdp avatar Jul 26 '22 19:07 jackdp

@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.

图片

MiyamuraMiyako avatar Dec 31 '23 18:12 MiyamuraMiyako