文件
ParlzPackageManger/web/docs
JGZYES bc666bcb4c feat(pdm): pdm-control LibraryPath + InstallDir
Two optional pdm-control fields:
- LibraryPath: true/false  — when true, pmm writes the package's lib dir to
  ~/.bashrc LD_LIBRARY_PATH so shared libs installed by PMM are found at runtime
  (per-package opt-in; default false so plain tools don't pollute the env).
- InstallDir: <subdir>     — install the package to ~/.pmm/root/<subdir> (its
  bin goes to <subdir>/bin and is added to PATH; <subdir>/lib is what
  LibraryPath points at).

Also ensure the target dir exists before tar -C. Updated ppdm.md tutorial.
2026-09-06 16:04:47 +08:00
..