/packager/globallinks/README.txt

http://github.com/graemeg/lazarus · Plain Text · 13 lines · 11 code · 2 blank · 0 comment · 0 complexity · 92f2123225d36b35f14089ad2a6eb914 MD5 · raw file

  1. This directory is used for global "package links".
  2. "Package links" are used by the IDE whenever it did not found the .lpk file of a
  3. required package. The files should have filenames with the format
  4. <pkgname>-<version>.lpl.
  5. Where <pkgname> is a valid pascal identifier and <version> is for example
  6. 1.2.3.4 (trailing .0 can be omitted, but at least one number is required).
  7. For example if you have a package abc with version 0.1.0.0 you can create a link
  8. abc-0.1.lpl or abc-0.1.0.lpl or abc-0.1.0.0.lpl.
  9. Each file should contain a single absolute filename. The filename can contain
  10. macros.
  11. To update the lpl files use the tool tools/lplupdate