git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.DevExpressVCL@38 05c56307-c608-d34a-929d-697000501d7a
26 lines
906 B
Plaintext
26 lines
906 B
Plaintext
Description:
|
|
|
|
Delphi Package Installer (DelphiPI) is a tool which aids you installing components to your Delphi IDE.
|
|
DelphiPI automatically resolves dependencies between packages, compiles, installs and
|
|
adds source paths to your IDE and also registers if there are any help file suitable for
|
|
OpenHelp (Delphi 7 and previous versions).
|
|
|
|
|
|
How To Use:
|
|
* Start DelphiPI
|
|
* Select the folder where both package file (*.dpk) and source files (*.pas) reside.
|
|
|
|
If the directory structure is like:
|
|
|
|
SuperLibrary\packages SuperLibrary\source
|
|
|
|
then just select SuperLibrary folder.
|
|
|
|
* Specify a pattern that matches for your delphi installation.
|
|
If you don't want to use a pattern just leave it as *.dpk and unselect the packages that are not suitable for
|
|
your delphi installation.
|
|
|
|
|
|
Websites:
|
|
http://www.thexpot.net
|
|
http://code.google.com/p/delphipi/ |