Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 654 Bytes

HELP.md

File metadata and controls

27 lines (18 loc) · 654 Bytes

Getting Started

Quick Run

( elevate privileges if required )

  • cd /shlibs/folder
  • ./shlibs

Basic Usage

  1. Define SHLIBS_HOME variable
    i.e. SHLIBS_HOME=/location/of/shlibs/folder

  2. Add shlibs location to PATH variable
    i.e. PATH=$SHLIBS_HOME:$PATH ; export PATH

  3. To query shlibs for the code of a library:
    shlibs

  4. Use 'shlibs libcode' in your CLI or script
    (see https://shlibs.net, https://shlibs.org for details), or

  5. Include plain 'shlibs' in your script and run setup:
    shlibs -s path/to/script

More instructions to follow.