1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-24 13:54:16 +01:00
LibrePilot/ground/gcs/src/libs/eigen/README.OpenpilotGCS.txt
James Duley c14cacb043 LP-1 rebranding: move ground/{openpilotgcs => gcs}
and associated pro file.

Change-Id: Icc200217f2db27635c7aa2e5b182f9b273925647
2015-08-02 19:20:02 +01:00

11 lines
380 B
Plaintext

To use Eigen in a GCS plugin, just add a relative INCLUDEPATH
directive to that plugin's project file. ex:
INCLUDPATH += ../../libs/eigen
Eigen is a header-only template library. It is included because noone
aught to be reinventing their own linear algebra library.
Version contained here is latest stable 3.2.0 release from
http://bitbucket.org/eigen/eigen/get/3.2.0.tar.bz2