Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iriutils
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
labrobotica
algorithms
iriutils
Commits
5cf63596
Commit
5cf63596
authored
4 years ago
by
Alejandro Lopez Gestoso
Browse files
Options
Downloads
Patches
Plain Diff
Added scripts description
parent
aebbb0f6
No related branches found
No related tags found
1 merge request
!2
Added add_lib_to_ld_config.sh and remove_lib_from_ld_config.sh user scripts....
Pipeline
#6034
passed
4 years ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ReadMe.md
+20
-0
20 additions, 0 deletions
ReadMe.md
with
20 additions
and
0 deletions
ReadMe.md
+
20
−
0
View file @
5cf63596
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment