lazarus/components/fppkg
juha 77e6853ca6 Components: Reduce calls to LowerCase().
git-svn-id: trunk@64515 -
2021-02-10 13:43:15 +00:00
..
images * (Re)-added gui for fppkg, only works with fpc 3.1.1 2017-04-03 20:41:06 +00:00
languages Translations: Ukrainian translation update by Olexandr Pylypchuk, bug #37667 2020-08-31 22:37:04 +00:00
src Components: Reduce calls to LowerCase(). 2021-02-10 13:43:15 +00:00
standalone FpPkg: moved all remaining resource strings to fppkg_const.pas, disabled LFM i18n (captions should be translated via resource strings, as it is a Lazarus package), regenerated (and removed obsolete) translations and updated Russian translation 2020-06-22 22:32:52 +00:00
readme.txt * (Re)-added gui for fppkg, only works with fpc 3.1.1 2017-04-03 20:41:06 +00:00

This is a graphical front end for fppkg, the freepascal package manager. This application is meant to 
be integrated tightly with Lazarus. Providing an easy system to search and add packages to the FPC and the IDE.

In the ./src folder there is a .lpk file that will register the tool in the IDE. From there you can start
the package manager. Usage is pretty self explanatory, you can search and filter out packages. Then you 
can mark them for installation and once you're done you can apply installation.

The package manager will display icons in front of packages indicating the support level for the package.
Packages with an FPC icon are officially supported by FPC and bugs can be submitted to FPC. The same
for official Lazarus packages.

It's also possible to compile the package manager as a stand alone tool.