Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Thomas White
pinkindexer
Commits
61bcb064
Commit
61bcb064
authored
Jun 12, 2020
by
Yaroslav Gevorkov
Browse files
add INSTALL documentation
parent
54dad96a
Changes
1
Hide whitespace changes
Inline
Side-by-side
INSTALL
0 → 100644
View file @
61bcb064
[optional] If you want to use an own (newer) version of Eigen,
download latest version of eigen3 from eigen.tuxfamily.org/
and install it using cmake.
If Eigen3 is not found automatically (and the internal one is used),
add -DEigen3_DIR=<path to Eigen3Config.cmake> to cmake invocation
Create directory where to build (e.g. cmakeBuild/).
cd into it
Call cmake <directory of this file>
If you want to install in a place other than the standard
CMAKE_INSTALL_PREFIX (e.g. if you do not have root rights),
use -DCMAKE_INSTALL_PREFIX=<install path>
Typical usecase on Linux with GCC:
> mkdir cmakeBuild
> cd cmakeBuild
> cmake ..
> make
> make install
In the installation folder you'll find the headers.
Add the folder "include" and "Eigen/Eigen" to your include path.
\ No newline at end of file
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