Difference between revisions of "Eigen 2.0.12 Ubuntu Install"

From Asibot & HOAP3 & TEO Wiki
Jump to navigation Jump to search
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 19: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!