Difference between revisions of "Eigen 2.0.12 Ubuntu Install"
Jump to navigation
Jump to search
Jgvictores (talk | contribs) |
Jgvictores (talk | contribs) |
||
Line 2: | Line 2: | ||
tar -zxvf 2.0.12.tar.gz | tar -zxvf 2.0.12.tar.gz | ||
cd eigen; mkdir build; cd build | cd eigen; mkdir build; cd build | ||
+ | cmake .. | ||
+ | sudo make install | ||
+ | |||
+ | <u>Note</u>: Yes, w/o ccmake or equivalent, make does nothing! |
Revision as of 18:49, 9 June 2010
wget http://bitbucket.org/eigen/eigen/get/2.0.12.tar.gz tar -zxvf 2.0.12.tar.gz cd eigen; mkdir build; cd build cmake .. sudo make install
Note: Yes, w/o ccmake or equivalent, make does nothing!