get-runtime-dependencies.rst 451 B

123456789
  1. get-runtime-dependencies
  2. ------------------------
  3. * The :command:`file` command learned a new sub-command,
  4. ``GET_RUNTIME_DEPENDENCIES``, which allows you to recursively get the list of
  5. libraries linked by an executable or library. This sub-command is intended as
  6. a replacement for :module:`GetPrerequisites`.
  7. * The :module:`GetPrerequisites` module has been deprecated, as it has been
  8. superceded by :command:`file(GET_RUNTIME_DEPENDENCIES)`.