Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
pbdlib-cpp
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
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
rli
pbdlib-cpp
Commits
64b18436
Commit
64b18436
authored
6 years ago
by
Philip ABBET
Browse files
Options
Downloads
Patches
Plain Diff
README - Add instructions about Armadillo
parent
4ebc7d38
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+12
-3
12 additions, 3 deletions
README.md
with
12 additions
and
3 deletions
README.md
+
12
−
3
View file @
64b18436
...
@@ -13,7 +13,8 @@ This work was in part supported by the DexROV project through the EC H2020 progr
...
@@ -13,7 +13,8 @@ This work was in part supported by the DexROV project through the EC H2020 progr
### Prerequisite
### Prerequisite
The program requires glfw3 (lightweight and portable library for managing OpenGL contexts, windows and inputs).
The program requires glfw3 (lightweight and portable library for managing OpenGL contexts, windows and inputs) and
Armadillo (C++ library for linear algebra & scientific computing). Instructions are given below.
ImGui (graphical user interface library for C++,
[
https://github.com/ocornut/imgui
](
https://github.com/ocornut/imgui
)
) and
ImGui (graphical user interface library for C++,
[
https://github.com/ocornut/imgui
](
https://github.com/ocornut/imgui
)
) and
gfx_ui (a minimal geometry editing UI,
[
https://github.com/colormotor/gfx\_ui
](
https://github.com/colormotor/gfx_ui
)
), are also
gfx_ui (a minimal geometry editing UI,
[
https://github.com/colormotor/gfx\_ui
](
https://github.com/colormotor/gfx_ui
)
), are also
...
@@ -33,12 +34,14 @@ make
...
@@ -33,12 +34,14 @@ make
### glfw3 installation
### glfw3 installation
On Debian:
**
On Debian:
**
```
```
sudo apt-get install libglfw3-dev
sudo apt-get install libglfw3-dev
```
```
**Installation from source**
If libglfw3-dev is not available on your system, you can install it manually with:
If libglfw3-dev is not available on your system, you can install it manually with:
```
```
...
@@ -52,10 +55,16 @@ sudo make install
...
@@ -52,10 +55,16 @@ sudo make install
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib
```
```
*
*Note:*
*
The
`-DBUILD_SHARED_LIBS`
is necessary otherwise cmake will create a
*Note:*
The
`-DBUILD_SHARED_LIBS`
is necessary otherwise cmake will create a
static library.
static library.
### Armadillo installation
See
[
http://arma.sourceforge.net/download.html
](
http://arma.sourceforge.net/download.html
)
for instructions.
### References and list of examples
### References and list of examples
See
[
https://gitlab.idiap.ch/rli/pbdlib-cpp/blob/master/examples.md
](
https://gitlab.idiap.ch/rli/pbdlib-cpp/blob/master/examples.md
)
See
[
https://gitlab.idiap.ch/rli/pbdlib-cpp/blob/master/examples.md
](
https://gitlab.idiap.ch/rli/pbdlib-cpp/blob/master/examples.md
)
...
...
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