( elevate privileges if required )
- cd /shlibs/folder
- ./shlibs
-
Define SHLIBS_HOME variable
i.e. SHLIBS_HOME=/location/of/shlibs/folder -
Add shlibs location to PATH variable
i.e. PATH=$SHLIBS_HOME:$PATH ; export PATH -
To query shlibs for the code of a library:
shlibs -
Use 'shlibs libcode' in your CLI or script
(see https://shlibs.net, https://shlibs.org for details), or -
Include plain 'shlibs' in your script and run setup:
shlibs -s path/to/script
More instructions to follow.