镜像自地址
https://github.com/JGZYES/ParlzPackageManger.git
已同步 2026-09-11 08:52:45 +08:00
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.