Skip to content
Snippets Groups Projects
Commit 5cf63596 authored by Alejandro Lopez Gestoso's avatar Alejandro Lopez Gestoso
Browse files

Added scripts description

parent aebbb0f6
No related branches found
No related tags found
1 merge request!2Added add_lib_to_ld_config.sh and remove_lib_from_ld_config.sh user scripts....
Pipeline #6034 passed
...@@ -84,6 +84,26 @@ Run the commands on _add repository_ and _add key_ from [labrobotica_how_to inst ...@@ -84,6 +84,26 @@ Run the commands on _add repository_ and _add key_ from [labrobotica_how_to inst
``` sudo apt update && sudo apt install iri-iriutils-dev ``` ``` sudo apt update && sudo apt install iri-iriutils-dev ```
## Scripts
The following scripts located in `./scripts/` are provided:
* **add_lib_to_ld_config.sh**: To add the library path to ldconfig
- Usage:
./add_lib_to_ld_config.sh -l <library> [-p]
-l specify library name, for example iriutils"
-p specify if installed from package. Optional."
* **remove_lib_from_ld_config.sh**: To remove the library path from ldconfig
- Usage:
./remove_lib_from_ld_config.sh -l <library> [-p]
-l specify library name, for example iriutils"
-p specify if installed from package. Optional."
These scripts will be added to the PATH variable after installation.
## Disclaimer ## Disclaimer
Copyright (C) 2009-2018 Institut de Robòtica i Informàtica Industrial, CSIC-UPC. Copyright (C) 2009-2018 Institut de Robòtica i Informàtica Industrial, CSIC-UPC.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment