Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Pierre NARVOR
rtac_base
Commits
bb0cd078
Commit
bb0cd078
authored
Oct 12, 2021
by
Pierre NARVOR
Browse files
Fixed README
parent
4907ea96
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
bb0cd078
...
...
@@ -17,12 +17,13 @@ installed on your system).
#### Installing Eigen
The Eigen version being provided in the Ubuntu package manager being rather old,
this software uses more recent version of Eigen
provided by Eigen
[
official
repository
](
https://gitlab.com/libeigen/eigen
)
.
this software uses more recent version of Eigen
(we use Eigen 3.4) provided by
Eigen
[
official
repository
](
https://gitlab.com/libeigen/eigen
)
.
```
git clone https://gitlab.com/libeigen/eigen.git
cd eigen
git checkout 3.4
make build && cd build
cmake -DCMAKE_INSTALL_PREFIX=<your install location> ..
make install
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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