lazarus/components/fppkg
juha ebf3655d31 Formatting
git-svn-id: trunk@42067 -
2013-07-12 14:57:30 +00:00
..
images
languages Translations: reverted Arabic translation to r37531 #c73fdaff8b by request of Mazen Neifer (current Arabic translation maintainer). Reason is poor quality/machine translation, which makes hard to use translated IDE. 2013-05-21 19:34:39 +00:00
src Sort ListViews by column click around in many places. 2012-08-20 18:05:46 +00:00
standalone fppkg: Changed GUI string capitalization 2011-11-19 13:41:16 +00:00
svn Formatting 2013-07-12 14:57:30 +00:00
readme.txt

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.