Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
labrobotica
algorithms
iriutils
Commits
5cf63596
Commit
5cf63596
authored
Nov 03, 2020
by
Alejandro Lopez Gestoso
Browse files
Added scripts description
parent
aebbb0f6
Pipeline
#6034
passed with stages
in 31 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
ReadMe.md
View file @
5cf63596
...
...
@@ -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 ```
## 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
Copyright (C) 2009-2018 Institut de Robòtica i Informàtica Industrial, CSIC-UPC.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment