Difference between revisions of "Eigen 2.0.12 Windows Install"
Jgvictores (talk | contribs) |
Jgvictores (talk | contribs) |
||
Line 3: | Line 3: | ||
The best FindEigen2.cmake file can be found with KDL. | The best FindEigen2.cmake file can be found with KDL. | ||
− | <!--((yes, no Press Build | + | <!--((yes, no Press Build '''Build Solution'''.))--> |
Revision as of 10:08, 14 June 2010
To install Eigen 2.0.12, click on the following link: http://bitbucket.org/eigen/eigen/get/2.0.12.tar.gz and save the file to a given folder. Extract its contents. Create a folder called build. Open CMake. Use the Eigen folder full path in the first form slot (such as C:\robotsuc3mes\eigen), and build full path in the second slot (such as C:\robotsuc3mes\eigen\build). Press Configure, Finish once selected VS2008, Configure again, then Generate once. Close CMake and browse to winbuild, open "YARP.sln" and open it (it is a MS Visual Studio 2009 solution file). Change build type from Debug to Release. Right-click on INSTALL from the Solution Explorer of the left, and click on BUILD from the deployed menu.
The best FindEigen2.cmake file can be found with KDL.